From fd7a96384f157d22791f8c79be435e8c8aeb2ad3 Mon Sep 17 00:00:00 2001 From: lipeng Date: Fri, 26 Jan 2024 16:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9yml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= 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 efc7353..6ac6a56 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 -g cnpm --registry=https://registry.npm.taobao.org - - cnpm install + # - npm install -g cnpm --registry=https://registry.npm.taobao.org + # - cnpm install + - yarn - export NODE_ENV=production - yarn build -- 2.26.0