We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3be384 commit 4a96768Copy full SHA for 4a96768
package.json
@@ -16,9 +16,8 @@
16
"build:umd:min": "webpack src/index.js -p dist/react-html-parser.min.js --config webpack.config.production.js",
17
"prerelease": "npm run clean && npm run check",
18
"release": "npm run build",
19
- "postrelease": "echo DONE",
20
- "postreleases": "git push --follow-tags",
21
- "release:patch": "npm run release",
+ "postrelease": "git push --follow-tags",
+ "release:patch": "npm version patch && npm run release",
22
"release:minor": "npm version minor && npm run release",
23
"release:major": "npm version major && npm run release"
24
},
0 commit comments