From abb13045e6857057515aab77d8aacb6ef9e23e82 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 11 Dec 2020 19:47:35 +0100 Subject: [PATCH] Switched to yarn ref #23 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 238cce8..5e1ca7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: run tests image: node:alpine commands: - - npm install - - npm test + - yarn + - yarn test trigger: event: - pull_request \ No newline at end of file