Skip to content

Commit

Permalink
fixing postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Jun 23, 2017
1 parent 7c28fce commit d4f5f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": " npm run jshint && npm run testee",
"jshint": "jshint *.js --config",
Expand Down

0 comments on commit d4f5f74

Please sign in to comment.