Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Jul 13, 2017
1 parent eb595d1 commit 5ce204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ce204c

Please sign in to comment.