From d233ec757c8d7d6b4ea7a2b513302ca9613e3a9e Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sat, 31 Jan 2026 15:26:38 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fix=20CI=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ab7bef..6e32905 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,5 +25,8 @@ jobs: - name: Linting test run: bun run lint + - name: Generate prisma schema + run: bunx prisma generate + - name: Build test run: bun run build