From c3ef5388115070bb52b260108008a61673a1a719 Mon Sep 17 00:00:00 2001 From: valerie Date: Thu, 9 Mar 2023 07:56:42 -0500 Subject: [PATCH] i guess yarn is already installed and installing it breaks things... --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c17de62..9b18aee 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,5 +2,4 @@ pipeline: build: image: node commands: - - npm i -g yarn - yarn dev \ No newline at end of file