release: add release script to run grunt+copy to piskel-website
This commit is contained in:
parent
df6780a3e7
commit
3949051ba7
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue