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: frontend:
image: node:20-bookworm image: node:20-bookworm
commands: commands:
- cd frontend - |
- npm ci cd frontend
- npm run build npm ci
npm run build
services: services:
postgres: postgres: