Update frontend build script in .gitlab-ci.yml to include directory change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user