add build and serve commands

This commit is contained in:
blurymind 2019-11-11 18:36:02 +00:00 committed by Julian Descottes
parent c13acba6b1
commit b9d4c5c2a6
1 changed files with 4 additions and 1 deletions

View File

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