From 70953d0a11d612fd7f13e5bf31b3e1c99237adbc Mon Sep 17 00:00:00 2001 From: lipeng Date: Fri, 26 Jan 2024 16:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E4=B8=BA?= =?UTF-8?q?=E8=85=BE=E8=AE=AF=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index f9b825d..2bad9ef 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -33,8 +33,9 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 commands: # - npm install -g cnpm --registry=https://registry.npm.taobao.org # - cnpm install - - npm install --location=global cnpm --registry=https://registry.npm.taobao.org - - cnpm install + # - npm install -g cnpm --registry=https://registry.npm.taobao.org + - npm config set registry http://mirrors.cloud.tencent.com/npm/ + - npm install - export NODE_ENV=production - yarn build -- 2.26.0