chore: 简化 CI 流程中的 Vue 类型检查步骤
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m34s
/ depcheck (push) Successful in 1m35s
/ playwright (push) Successful in 3m24s

This commit is contained in:
严浩
2024-10-17 12:41:49 +08:00
parent 823f767fc9
commit b3fc1e8999

View File

@ -10,8 +10,7 @@ jobs:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: 静态代码分析
run: pnpm lint
- name: Vue 类型检查
run: npx vue-tsc --build --force
- run: npx vue-tsc --build --force # Vue 类型检查
- name: 修改 .npmrc
run: |