✨特性: 集成 custom commitlint 配置
This commit is contained in:
parent
0b79aa072b
commit
a737bdb08d
@ -51,3 +51,4 @@ module.exports = {
|
|||||||
'vue/script-setup-uses-vars': 'off'
|
'vue/script-setup-uses-vars': 'off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -15,7 +15,7 @@
|
|||||||
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
|
"lint:prettier": "prettier --write \"package/**/*.{vue,ts}\"",
|
||||||
"postinstall": "npm run build",
|
"postinstall": "npm run build",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"commit": "git-cz && git push"
|
"commit": "git add . && git-cz && git push"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@layui/layui-vue": "workspace:*",
|
"@layui/layui-vue": "workspace:*",
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
packages:
|
packages:
|
||||||
- package/*
|
- package/*
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user