From e25670e1ce0aac61e4d125e5d2c3dff299ea936b Mon Sep 17 00:00:00 2001 From: zhangyao Date: Wed, 11 Oct 2023 16:16:28 +0800 Subject: [PATCH] ci: cnpm --- .beagle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.beagle.yml b/.beagle.yml index 851c5d9..efc7353 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -33,7 +33,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 commands: # - npm install -g cnpm --registry=https://registry.npm.taobao.org # - cnpm install - - yarn + - npm install -g cnpm --registry=https://registry.npm.taobao.org + - cnpm install - export NODE_ENV=production - yarn build -- 2.26.0