Skip to content

Commit

Permalink
Update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewnham committed Jan 19, 2016
1 parent f3be384 commit 4a96768
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"build:umd:min": "webpack src/index.js -p dist/react-html-parser.min.js --config webpack.config.production.js",
"prerelease": "npm run clean && npm run check",
"release": "npm run build",
"postrelease": "echo DONE",
"postreleases": "git push --follow-tags",
"release:patch": "npm run release",
"postrelease": "git push --follow-tags",
"release:patch": "npm version patch && npm run release",
"release:minor": "npm version minor && npm run release",
"release:major": "npm version major && npm run release"
},
Expand Down

0 comments on commit 4a96768

Please sign in to comment.