diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1029223..518bc92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,12 +13,6 @@ jobs: - run: pnpm run build-only # 先 build,保证 components.d.ts 存在 - run: pnpm run type-check - - run: cat .npmrc - - name: 修改 .npmrc - run: | - sed -i '/use-node-version/d' .npmrc; - sed -i '/node-mirror/d' .npmrc; - # https://github.com/vercel/examples/tree/main/ci-cd/github-actions # cname-cn.vercel.com cname-china.vercel-dns.com - name: 拉取 Vercel 环境信息