From 8b2d00385a39bd6b77186a6e5dcecf57cd99b085 Mon Sep 17 00:00:00 2001 From: Kenzo Date: Tue, 9 Dec 2025 14:03:36 +0100 Subject: [PATCH] test --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 00a3e88..dada726 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,7 +16,7 @@ steps: from_secret: FLY_API_TOKEN commands: - cd backend - - npm ci + - npm install --no-audit --no-fund - npm run build - curl -L https://fly.io/install.sh | sh - export PATH="$HOME/.fly/bin:$PATH"