fix: add legacy-peer-deps for npm install
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Developer
2025-12-13 10:00:49 +08:00
parent f2e5fed3b7
commit 4ccc095b05

View File

@@ -11,7 +11,7 @@ steps:
- name: build
image: node:16-alpine
commands:
- npm install
- npm install --legacy-peer-deps
- export NODE_OPTIONS="--max-old-space-size=4096"
- ./node_modules/.bin/cross-env NODE_ENV=production UNI_PLATFORM=h5 ./node_modules/.bin/vue-cli-service build --no-clean