Tweaking the build frontend workflow to always run prisma generate

This commit is contained in:
Keith Stevens
2023-01-11 19:43:30 +09:00
parent 14fa08e2e7
commit 8c497223d5
+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