fix: 修正 CI 工作流中的 Vue 类型检查命令格式
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user