From 6fc50ba0ff43cae18b97d5eefb6fde76f02b14c7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Aug 2025 14:38:07 +0200 Subject: [PATCH] add ci --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 1e8426a..6633e77 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,7 +5,7 @@ steps: image: "node:20-alpine" commands: - npm i - - make front + - NODE_ENV=prod ./node_modules/.bin/webpack "Build go": when: