fix appveyor

This commit is contained in:
Pooya Parsa 2017-07-13 14:50:02 +04:30
parent eb595d1952
commit 5ce204c19f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
"build:core": "rollup -c build/rollup.config.js --environment TARGET:core",
"watch": "npm run build:nuxt -- -w",
"make-start": "./build/start.js",
"make-start": "node ./build/start.js",
"precommit": "npm run lint",
"prepublish": "npm run build && npm run make-start",
"postpublish": "cd start && npm publish",