From 47361cb755adfd2cafd59fa8d4103c66bce35d2e Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 10 Jul 2021 00:00:25 +0200 Subject: [PATCH] Fix drone config --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f9427ab..9dfa5eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,6 @@ steps: - name: run tests image: node commands: - - npm install --global yarn - yarn run prepare - yarn run test - name: build dev proxy container