CI: feature/builder-10-block-types #4

Merged
jaybe merged 13 commits from feature/builder-10-block-types into main 2025-11-19 03:36:03 +00:00
Showing only changes of commit 1c3ad4c647 - Show all commits
+4
View File
@@ -27,6 +27,10 @@ jobs:
run: | run: |
npm ci npm ci
- name: Generate Prisma Client
run: |
npx prisma generate
- name: Run unit tests - name: Run unit tests
run: | run: |
npm test npm test