From bbc578cebf953ed4e849ca50b6519b0966a8ee78 Mon Sep 17 00:00:00 2001 From: lipeng Date: Fri, 26 Jan 2024 16:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.beagle.yml b/.beagle.yml index efc7353..f9b825d 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -33,7 +33,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 commands: # - npm install -g cnpm --registry=https://registry.npm.taobao.org # - cnpm install - - npm install -g cnpm --registry=https://registry.npm.taobao.org + - npm install --location=global cnpm --registry=https://registry.npm.taobao.org - cnpm install - export NODE_ENV=production - yarn build -- 2.26.0