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 1707547 commit 3fdaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"jshint": "jshint --config .jshintrc --exclude ./node_modules,./dist .",
"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 origin can-reflect",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
Expand Down

0 comments on commit 3fdaa23

Please sign in to comment.