mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
ci: run frontend npm commands in one shell
This commit is contained in:
parent
2d124e69fe
commit
0ecd28af64
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue