ci(custom):
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-08 19:54:50 +08:00
parent 579ab497d2
commit f87a2e202d
3 changed files with 6 additions and 45 deletions

View File

@@ -15,9 +15,8 @@ steps:
- test
commands:
- npm config set registry https://registry.npmmirror.com/
- npm install -g pnpm
- pnpm install
- pnpm build:h5:test
- npm run install
- npm run build:h5:test
- rm -rf dist.tar
- rm -rf node_modules
- tar -zcvf dist.tar ./dist ./default.conf ./Dockerfile
@@ -30,9 +29,8 @@ steps:
- master
commands:
- npm config set registry https://registry.npmmirror.com/
- npm install -g pnpm
- pnpm install
- pnpm build:h5:prod
- npm run install
- npm run build:h5:prod
- rm -rf dist.tar
- rm -rf node_modules
- tar -zcvf dist.tar ./dist ./default.conf ./Dockerfile