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
commands:
- npm install
- npx uni build
- ./node_modules/.bin/uni build
- name: deploy
image: appleboy/drone-scp