mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
use grunt play instead of grunt serve
This commit is contained in:
parent
24b28504a1
commit
17b1712b82
@ -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 New Issue
Block a user