add build and serve commands
This commit is contained in:
parent
c13acba6b1
commit
b9d4c5c2a6
1 changed files with 4 additions and 1 deletions
|
@ -23,10 +23,13 @@
|
|||
"main": "./dest/prod/index.html",
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"dev": "grunt serve",
|
||||
"start": "nw",
|
||||
"preversion": "grunt test build",
|
||||
"postversion": "git push && git push --tags && npm publish",
|
||||
"release": "grunt && node ./bin/copy-to-piskel-website"
|
||||
"release": "grunt && node ./bin/copy-to-piskel-website",
|
||||
"build": "grunt desktop",
|
||||
"build:mac": "grunt desktop-mac"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dateformat": "2.0.0",
|
||||
|
|
Loading…
Reference in a new issue