Skip to content

Commit e963ea9

Browse files
committed
build: perf script for changelog
1 parent de5ff40 commit e963ea9

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
"node": ">=8"
1919
},
2020
"scripts": {
21-
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
21+
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
2222
"prepare": "npm run build",
2323
"build": "rimraf lib && babel src -d lib",
2424
"coverage": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)