Ensure prisma generate happens when building the frontend

This commit is contained in:
Keith Stevens
2023-01-11 19:40:42 +09:00
parent 268cd7d7b5
commit 0a5e4d4b2b
+1
View File
@@ -25,4 +25,5 @@ jobs:
cache: "npm"
cache-dependency-path: website/package-lock.json
- run: npm ci
- run: npx prisma generate
- run: npm run build