Skip to content

Commit cc5303b

Browse files
committed
chore(Husky): 修改配置文件
1 parent 6a5cd0a commit cc5303b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.huskyrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
3-
"pre-commit": "npm run fix && git restore -W -S dist examples/dist",
3+
"pre-commit": "npm run lint && git restore -W -S dist examples/dist",
44
"commit-msg": "commitlint -e $GIT_PARAMS"
55
}
66
}

0 commit comments

Comments
 (0)