diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2519282..ee2a735 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |