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

View File

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