Fix: use local uni cli
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Developer
2025-12-12 19:40:10 +08:00
parent f9b474e639
commit b63602e6f7

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/uni build
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp