mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-20 03:22:09 +00:00
fix: 修复代码提交前验证流程
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,vue}": [
|
||||
"pnpm run lint:fix",
|
||||
"pnpm run type-check"
|
||||
"pnpm lint:fix",
|
||||
"pnpm type-check"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user