mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix appveyor
This commit is contained in:
parent
eb595d1952
commit
5ce204c19f
@ -56,7 +56,7 @@
|
|||||||
"build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
|
"build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
|
||||||
"build:core": "rollup -c build/rollup.config.js --environment TARGET:core",
|
"build:core": "rollup -c build/rollup.config.js --environment TARGET:core",
|
||||||
"watch": "npm run build:nuxt -- -w",
|
"watch": "npm run build:nuxt -- -w",
|
||||||
"make-start": "./build/start.js",
|
"make-start": "node ./build/start.js",
|
||||||
"precommit": "npm run lint",
|
"precommit": "npm run lint",
|
||||||
"prepublish": "npm run build && npm run make-start",
|
"prepublish": "npm run build && npm run make-start",
|
||||||
"postpublish": "cd start && npm publish",
|
"postpublish": "cd start && npm publish",
|
||||||
|
Loading…
Reference in New Issue
Block a user