mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23: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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue