Skip to content

Commit aaa6888

Browse files
committed
build: update build process
1 parent 0a83846 commit aaa6888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">=6"
1717
},
1818
"scripts": {
19-
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
19+
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
2020
"prepare": "npm run build",
2121
"build": "rimraf lib && babel src -d lib",
2222
"test": "nyc ava",

0 commit comments

Comments
 (0)