ci: 修改 Drone 构建配置
Some checks reported errors
continuous-integration/drone/push Build was killed

- 将 yarn build:prod 命令更改为 yarn build
- 注释掉未使用的 npm 相关命令
This commit is contained in:
lixin 2025-01-10 16:39:43 +08:00
parent 2462632497
commit 409a6f835a

View File

@ -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