Fix: use local vue-cli-service
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Developer
2025-12-12 19:40:14 +08:00
parent 7f304e012a
commit 6ea1c0ca8e

View File

@@ -12,7 +12,7 @@ steps:
image: node:16-alpine image: node:16-alpine
commands: commands:
- npm install - 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 - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp