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