mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
{
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged",
|
|
"pre-publish": "npm run lint",
|
|
"commit-msg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS"
|
|
}
|
|
}
|