fix(ci): site 流水线加 npm 国内镜像(GFW)+ npm ci 重试 #9
Reference in New Issue
Block a user
Delete Branch "fix/site-npm-mirror"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
site pipeline 在墙内 nas runner 上 npm ci/npx wrangler 直连 npmjs.org 慢挂——_env.sh 有 Go/Flutter 镜像却漏了 npm,且 site 脚本没 source _env.sh。加 NPM_CONFIG_REGISTRY=npmmirror + npm_ci_retry,3 个 site 脚本 source _env.sh。本地实跑 compile-site 构建成功。commit f0f845c。