Skip to content

Commit

Permalink
build: update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Apr 4, 2019
1 parent 0a83846 commit aaa6888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=6"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
"prepare": "npm run build",
"build": "rimraf lib && babel src -d lib",
"test": "nyc ava",
Expand Down

0 comments on commit aaa6888

Please sign in to comment.