docs(git-cz): 添加git-cz

This commit is contained in:
parisma 2022-04-26 19:03:16 +08:00 committed by jia000
parent c0803242c7
commit d2220e7d0a

View File

@ -19,7 +19,8 @@
"reinstall": "npm run clean:all && npm run bootstrap",
"test": "npx lerna run test --scope @tmagic/* --parallel",
"test:coverage": "npx lerna run test:coverage --scope @tmagic/* --parallel",
"prepare": "husky install"
"prepare": "husky install",
"commit": "git-cz"
},
"engines": {
"node": ">=14"