ci(custom):
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-03-08 19:55:53 +08:00
parent f87a2e202d
commit b84b482752

View File

@@ -15,7 +15,7 @@ steps:
- test
commands:
- npm config set registry https://registry.npmmirror.com/
- npm run install
- npm install
- npm run build:h5:test
- rm -rf dist.tar
- rm -rf node_modules
@@ -29,7 +29,7 @@ steps:
- master
commands:
- npm config set registry https://registry.npmmirror.com/
- npm run install
- npm install
- npm run build:h5:prod
- rm -rf dist.tar
- rm -rf node_modules