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