Commit e25670e1 authored by 张耀's avatar 张耀

ci:

cnpm
parent 821117a6
...@@ -33,7 +33,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行 ...@@ -33,7 +33,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
commands: commands:
# - npm install -g cnpm --registry=https://registry.npm.taobao.org # - npm install -g cnpm --registry=https://registry.npm.taobao.org
# - cnpm install # - cnpm install
- yarn - npm install -g cnpm --registry=https://registry.npm.taobao.org
- cnpm install
- export NODE_ENV=production - export NODE_ENV=production
- yarn build - yarn build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment