diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de2b5bd..2a8d6ae 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 run lint - # - run: npx vue-tsc --build --force + - run: pnpm run build-only # 先 build,保证 components.d.ts 存在 - run: pnpm run type-check - name: 修改 .npmrc