Skip to content

Commit

Permalink
add postversion command
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbiter committed Oct 22, 2016
1 parent 8c62d2d commit 9f63296
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 @@ -16,7 +16,8 @@
"deploy": "git checkout production && git merge master && git push && git push dokku master && git checkout master",
"test": "ember test",
"clean": "rm -rf ./node_modules ./bower_components ./dist ./tmp",
"clean:all": "npm run clean && npm cache clean && bower cache clean"
"clean:all": "npm run clean && npm cache clean && bower cache clean",
"postversion": "git push origin HEAD && git push --tags"
},
"repository": "",
"engines": {
Expand Down

0 comments on commit 9f63296

Please sign in to comment.