Update frontend build script in .gitlab-ci.yml to include directory change

This commit is contained in:
2025-04-28 08:29:01 +02:00
parent 8bfafa0c34
commit 4ebd3c57eb

View File

@@ -33,6 +33,7 @@ frontend_build_job:
stage: frontend_build stage: frontend_build
image: node:22@sha256:f6b9c31ace05502dd98ef777aaa20464362435dcc5e312b0e213121dcf7d8b95 image: node:22@sha256:f6b9c31ace05502dd98ef777aaa20464362435dcc5e312b0e213121dcf7d8b95
script: script:
- cd frontend
- npm install - npm install
- npx next build - npx next build
- npm run lint - npm run lint