Commit a2ebe2f9 authored by Hendrik Garske's avatar Hendrik Garske

CI/CD: Prisma Client Generation vor Build hinzugefügt

parent 8abd310c
Pipeline #5 failed with stages
in 27 seconds
...@@ -14,10 +14,12 @@ cache: ...@@ -14,10 +14,12 @@ cache:
before_script: before_script:
- npm ci - npm ci
- npx prisma generate
build: build:
stage: build stage: build
script: script:
- npx prisma generate
- npm run build - npm run build
artifacts: artifacts:
paths: paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment