diff --git a/.drone.yml b/.drone.yml index 582631b..ee199b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: node:16-alpine commands: - npm install - - npx uni build + - ./node_modules/.bin/cross-env NODE_ENV=production UNI_PLATFORM=h5 ./node_modules/.bin/vue-cli-service build - name: deploy image: appleboy/drone-scp