From 8252467c25c620397c8e12f7004a9edc166ade72 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:16:40 -0400 Subject: [PATCH] *bug fix command --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a6b766e..3aef98d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk --update --no-cache add install git + - apk --update --no-cache add git - yarn - yarn build package: