mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-22 20:09:19 +08:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
# 全局 ts 类型检查(此操作会增加 git commit 时长)
|
|
npx vue-tsc
|
|
# 执行 lint-staged 中配置的任务
|
|
npx lint-staged
|