From 5f0ba261175b5d5db4d75c35f140681e7e3531a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20Akg=C3=BCl?= <s86116@bht-berlin.de> Date: Sun, 28 May 2023 23:53:28 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d06cc2..fdd140d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ build-job: # This job runs in the build stage, which runs first. script: - echo "Building application..." - npm install + - npx prisma generate - npm run build - echo "Application successfully built." -- GitLab