Skip to content

Commit

Permalink
fix(scripts cz): 修改脚本cz命令
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Nov 18, 2019
1 parent dd90ff9 commit b4a8c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
### 🐛 Bug 修复

* **changelog:** fix some changelog ([3bc624a](https://github.com/luoxue-victor/learn_webpack/commit/3bc624a))
* **commit config:** 修改提交代码配置 ([dd90ff9](https://github.com/luoxue-victor/learn_webpack/commit/dd90ff9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"log": "conventional-changelog --config commit/lib/log -i CHANGELOG.md -s -r 0",
"cz": "git add . && git cz"
"cz": "npm run log && git add . && git cz"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b4a8c51

Please sign in to comment.