chore: 清理 CI 配置,移除不必要的 .npmrc 修改步骤
All checks were successful
/ depcheck (push) Successful in 1m21s
/ playwright (push) Successful in 2m39s
/ build-and-deploy-to-vercel (push) Successful in 1m15s

This commit is contained in:
严浩
2024-12-26 17:39:19 +08:00
parent 97f6575f49
commit c2d942554d

View File

@ -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 环境信息