From 0ecd28af6467b61248c40c3a6a7b90c7e1ac5f3f Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 5 Feb 2026 10:18:18 +0100 Subject: [PATCH] ci: run frontend npm commands in one shell --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b75f562..0f1a884 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,9 +32,10 @@ steps: frontend: image: node:20-bookworm commands: - - cd frontend - - npm ci - - npm run build + - | + cd frontend + npm ci + npm run build services: postgres: