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