Skip to content

Commit 4a96768

Browse files
committed
Update release scripts
1 parent f3be384 commit 4a96768

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"build:umd:min": "webpack src/index.js -p dist/react-html-parser.min.js --config webpack.config.production.js",
1717
"prerelease": "npm run clean && npm run check",
1818
"release": "npm run build",
19-
"postrelease": "echo DONE",
20-
"postreleases": "git push --follow-tags",
21-
"release:patch": "npm run release",
19+
"postrelease": "git push --follow-tags",
20+
"release:patch": "npm version patch && npm run release",
2221
"release:minor": "npm version minor && npm run release",
2322
"release:major": "npm version major && npm run release"
2423
},

0 commit comments

Comments
 (0)