diff --git a/.drone.yml b/.drone.yml index 9933cbd..b39a0c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: Build with node image: node:19 commands: - - npm install - - npm run build + - yarn install + - yarn build - name: Publish to docker image: plugins/docker settings: