mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
update start command
This commit is contained in:
parent
b9d4c5c2a6
commit
3e926ff093
@ -24,7 +24,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"dev": "grunt serve",
|
"dev": "grunt serve",
|
||||||
"start": "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",
|
||||||
"release": "grunt && node ./bin/copy-to-piskel-website",
|
"release": "grunt && node ./bin/copy-to-piskel-website",
|
||||||
|
Loading…
Reference in New Issue
Block a user