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