mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
repo: modify 1 file
Verified changes: - modify .woodpecker.yml Diffstat: - 1 file changed, 4 insertions(+), 3 deletions(-)
This commit is contained in:
parent
b29799050d
commit
7a4513626f
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