Skip to content

Commit

Permalink
release: add release script to run grunt+copy to piskel-website
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed May 14, 2017
1 parent df6780a commit 3949051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3949051

Please sign in to comment.