mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
ci: move prisma generate to launch stage
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev -p 7331 --turbopack",
|
||||
"build": "prisma generate && next build",
|
||||
"build": "next build",
|
||||
"start": "prisma migrate deploy && next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user