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

View File

@ -23,10 +23,13 @@
"main": "./dest/prod/index.html", "main": "./dest/prod/index.html",
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt test",
"dev": "grunt serve",
"start": "nw", "start": "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",
"build": "grunt desktop",
"build:mac": "grunt desktop-mac"
}, },
"devDependencies": { "devDependencies": {
"dateformat": "2.0.0", "dateformat": "2.0.0",