use grunt play instead of grunt serve

This commit is contained in:
Todor Imreorov 2020-01-28 13:51:54 +00:00 committed by Julian Descottes
parent 24b28504a1
commit 17b1712b82
1 changed files with 1 additions and 1 deletions

View File

@ -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",