From 24022e910b63bd61bf1993f456fb19864f2579e5 Mon Sep 17 00:00:00 2001 From: lipeng Date: Fri, 26 Jan 2024 16:53:13 +0800 Subject: [PATCH] npm --- .beagle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.beagle.yml b/.beagle.yml index 3fcf9d6..9782939 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -34,7 +34,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 # - npm install -g cnpm --registry=https://registry.npm.taobao.org # - cnpm install # - npm install -g cnpm --registry=https://registry.npm.taobao.org - - yarn install + - npm install - export NODE_ENV=production - yarn build -- 2.26.0