Revert "Ensure prisma generate happens when building the frontend"

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