Skip to content

Commit

Permalink
bug/fix: postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham-ak2004 committed Sep 12, 2024
1 parent 8267aa8 commit 58c2725
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 @@ -12,7 +12,8 @@
"format": "prettier --plugin-search-dir . --write .",
"db:studio": "prisma studio",
"db:push": "prisma db push",
"db:generate": "prisma generate"
"db:generate": "prisma generate",
"postinstall": "prisma generate"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
Expand Down

0 comments on commit 58c2725

Please sign in to comment.