This commit is contained in:
parent
f962da1a06
commit
2462632497
@ -27,9 +27,9 @@ steps:
|
|||||||
path: /usr/local/share/.cache/yarn/v6
|
path: /usr/local/share/.cache/yarn/v6
|
||||||
commands:
|
commands:
|
||||||
# - npm config set registry https://registry.npm.taobao.org
|
# - npm config set registry https://registry.npm.taobao.org
|
||||||
- pnpm config set registry https://registry.npmmirror.com
|
- yarn config set registry https://registry.npmmirror.com
|
||||||
- pnpm install
|
- yarn install
|
||||||
- pnpm build:prod
|
- yarn build:prod
|
||||||
#- npm cache clean --force
|
#- npm cache clean --force
|
||||||
# - npm install
|
# - npm install
|
||||||
# - npm run build:prod
|
# - npm run build:prod
|
||||||
|
Loading…
Reference in New Issue
Block a user