chore: 简化 CI 流程中的 Vue 类型检查步骤
This commit is contained in:
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user