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:
before_script:
- npm ci
- npx prisma generate
build:
stage: build
script:
- npx prisma generate
- npm run build
artifacts:
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