diff --git a/.beagle.yml b/.beagle.yml index 851c5d9e23e045b90237955e29a45a2e7b68184b..efc73532c15a03b3baa6d7a1d933e4d51420b1ab 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