Skip to content

Commit 205b148

Browse files
committed
build: update postpublish script
1 parent cd0d7c2 commit 205b148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"precommit": "clinton && lint-staged",
2020
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
21-
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore: Update changelog\"",
21+
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
2222
"prepare": "npm run build",
2323
"build": "rimraf lib && babel src -d lib",
2424
"test": "jest && codecov"

0 commit comments

Comments
 (0)