update start command

This commit is contained in:
blurymind 2019-11-11 20:44:49 +00:00 committed by Julian Descottes
parent b9d4c5c2a6
commit 3e926ff093
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"scripts": {
"test": "grunt test",
"dev": "grunt serve",
"start": "nw",
"start": "grunt build && nw",
"preversion": "grunt test build",
"postversion": "git push && git push --tags && npm publish",
"release": "grunt && node ./bin/copy-to-piskel-website",