From b63602e6f7721ec89c616d77db76fe4bcba27eaf Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 12 Dec 2025 19:40:10 +0800 Subject: [PATCH] Fix: use local uni cli --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc99414..0ccbe94 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/uni build - name: deploy image: appleboy/drone-scp