From 7f304e012a1d3d60887028a80e7e5f37ac09c218 Mon Sep 17 00:00:00 2001 From: Developer Date: Fri, 12 Dec 2025 19:36:33 +0800 Subject: [PATCH] Fix: use npx uni build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0a9a995..582631b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: node:16-alpine commands: - npm install - - npm run build:h5 + - npx uni build - name: deploy image: appleboy/drone-scp