ci: run frontend npm commands in one shell

This commit is contained in:
Marco Allegretti 2026-02-05 10:18:18 +01:00
parent 2d124e69fe
commit 0ecd28af64

View file

@ -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: