update start command
This commit is contained in:
parent
b9d4c5c2a6
commit
3e926ff093
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue