From 5a128835b6abdfdba5f57e31b0e261a7029ddc7e Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 12 Apr 2023 22:20:21 +0200 Subject: [PATCH] Change CI to use yarn instead of npm --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: