diff --git a/.beagle.yml b/.beagle.yml index efc73532c15a03b3baa6d7a1d933e4d51420b1ab..f9b825db48215f9dea8056b1d87d63ad90b1326f 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -33,7 +33,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 commands: # - npm install -g cnpm --registry=https://registry.npm.taobao.org # - cnpm install - - npm install -g cnpm --registry=https://registry.npm.taobao.org + - npm install --location=global cnpm --registry=https://registry.npm.taobao.org - cnpm install - export NODE_ENV=production - yarn build