diff --git a/.drone.yml b/.drone.yml index ac34929..3b15007 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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