✨特性: 集成 custom commitlint 配置
This commit is contained in:
parent
0b79aa072b
commit
a737bdb08d
@ -51,3 +51,4 @@ module.exports = {
|
||||
'vue/script-setup-uses-vars': 'off'
|
||||
}
|
||||
}
|
||||
|
@ -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:*",
|
||||
|
@ -1,2 +1,3 @@
|
||||
packages:
|
||||
- package/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user