diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d65996..8e07f46 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |