💚 ci: fix CI error

This commit is contained in:
Rafi Arrafif
2026-01-31 15:26:38 +07:00
parent dedafaa4de
commit d233ec757c

View File

@ -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