- 将 yarn build:prod 命令更改为 yarn build - 注释掉未使用的 npm 相关命令
This commit is contained in:
parent
2462632497
commit
409a6f835a
@ -29,7 +29,7 @@ steps:
|
||||
# - npm config set registry https://registry.npm.taobao.org
|
||||
- yarn config set registry https://registry.npmmirror.com
|
||||
- yarn install
|
||||
- yarn build:prod
|
||||
- yarn build
|
||||
#- npm cache clean --force
|
||||
# - npm install
|
||||
# - npm run build:prod
|
||||
|
Loading…
Reference in New Issue
Block a user