chore: 简化 CI 流程中的 Vue 类型检查步骤

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