From fda0e160d43d37444d765a4e6fb6489ebdf825eb Mon Sep 17 00:00:00 2001 From: mifi Date: Tue, 2 May 2023 01:45:47 -0400 Subject: [PATCH] Yarn already be there... --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 11c8ee1..66df53a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,6 @@ steps: - name: Lint image: node:latest commands: - - npm install -g yarn - yarn install - yarn lint