From 80211061e833fcfa64c7bf21376809a00e282d84 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Fri, 28 May 2021 13:33:30 +0200 Subject: [PATCH] Remove yarn installation --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5194fda..31563c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,5 @@ pipeline: build: image: node:16-alpine commands: - - npm install -g yarn - yarn test - make build