From ea4101f8b67a14fccb2d5539532608db78a8ddd2 Mon Sep 17 00:00:00 2001 From: Maelys Bois Date: Sun, 19 Apr 2020 17:10:16 +0000 Subject: [PATCH] Drone: use yarn --- drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drone.yml b/drone.yml index 1e08fad..d36fee8 100644 --- a/drone.yml +++ b/drone.yml @@ -5,11 +5,11 @@ steps: - name: test image: node commands: - - npm install + - yarn install - npm run test:coverage - name: build image: node commands: - - npm install + - yarn install - npm run build \ No newline at end of file