Skip to content

Commit

Permalink
Added prisma:generate script for if environment variables are set a…
Browse files Browse the repository at this point in the history
…fter postinstall
  • Loading branch information
hopperelec committed Jan 23, 2024
1 parent 9436fa8 commit 22081bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test:integration": "playwright test",
"test:unit": "vitest",
"prisma:push": "prisma db push",
"prisma:migratedev": "prisma migrate dev"
"prisma:migratedev": "prisma migrate dev",
"prisma:generate": "prisma generate",
},
"dependencies": {
"@prisma/client": "^5.6.0",
Expand Down

0 comments on commit 22081bf

Please sign in to comment.