release: add release script to run grunt+copy to piskel-website

This commit is contained in:
juliandescottes 2017-05-14 17:32:22 +02:00 committed by Julian Descottes
parent df6780a3e7
commit 3949051ba7

View File

@ -24,7 +24,8 @@
"test": "grunt test",
"start": "nodewebkit",
"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"
},
"devDependencies": {
"dateformat": "2.0.0",