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",
|
"main": "./dest/prod/index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"dev": "grunt serve",
|
"dev": "grunt play",
|
||||||
"start": "grunt build && 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",
|
||||||
|
|
Loading…
Reference in a new issue