From df4a94fa6bf63ecfe626d24da9be7bf6b10d2cb1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 27 Oct 2024 17:36:01 +0100 Subject: [PATCH] update build ci --- .woodpecker/.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 5ccb8ac..684e35e 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -16,7 +16,7 @@ steps: "Build JS": image: node:20 commands: - - npm run build + - make build "Build translations": image: deblan/php:8.3