mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +00:00
example(jest-puppeteer): fix package .json (#4997)
This commit is contained in:
parent
e083c38f8f
commit
dfc8dd579b
@ -8,7 +8,7 @@
|
|||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"start": "nuxt start",
|
"start": "nuxt start",
|
||||||
"test": "jest -w=4",
|
"test": "jest -w=4",
|
||||||
"testServer": "nuxt build & nuxt start"
|
"testServer": "nuxt build && nuxt start"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "latest",
|
"jest": "latest",
|
||||||
|
Loading…
Reference in New Issue
Block a user