Skip to content

Commit 9f22234

Browse files
committed
🔧 chore(app): 更新测试模板
1 parent c537600 commit 9f22234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/template-vue-ts-codeg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vue-tsc": "^0.40.13"
2727
},
2828
"simple-git-hooks": {
29-
"pre-commit": "npx codeg gituser && npx codeg impsort -p ./src && npx codeg fix && npx codeg format && git add .",
29+
"pre-commit": "npx codeg gituser && npx codeg impsort -p ./src && npx codeg format && git add .",
3030
"commit-msg": "npx codeg verify"
3131
}
3232
}

0 commit comments

Comments
 (0)