From 8c937ca69239ff84037a16925ebfd76a81bf0ed4 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:36:57 -0400 Subject: [PATCH] *add make --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 672cc77..1e72ede 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 git bash python3 + - apk --update --no-cache add git bash python3 make - yarn - yarn build package: