fix: 修正 CI 工作流中的 Vue 类型检查命令格式
Some checks are pending
/ playwright (push) Successful in 2m1s
/ depcheck (push) Successful in 1m19s
/ build-and-deploy-to-vercel (push) Waiting to run

This commit is contained in:
严浩
2024-12-15 00:36:00 +08:00
parent b8ac17b600
commit baa100d6ed

View File

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