use grunt play instead of grunt serve
This commit is contained in:
parent
24b28504a1
commit
17b1712b82
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"main": "./dest/prod/index.html",
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"dev": "grunt serve",
|
||||
"dev": "grunt play",
|
||||
"start": "grunt build && nw",
|
||||
"preversion": "grunt test build",
|
||||
"postversion": "git push && git push --tags && npm publish",
|
||||
|
|
Loading…
Reference in a new issue