特性: 集成 custom commitlint 配置

This commit is contained in:
就眠儀式
2022-04-24 00:41:50 +08:00
parent 0b79aa072b
commit a737bdb08d
13 changed files with 24 additions and 22 deletions

View File

@@ -15,7 +15,7 @@
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
"postinstall": "npm run build",
"prepare": "husky install",
"commit": "git-cz && git push"
"commit": "git add . && git-cz && git push"
},
"dependencies": {
"@layui/layui-vue": "workspace:*",
@@ -52,4 +52,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}