Skip to content

Commit

Permalink
Merge pull request #198 from pratham-ak2004/migration
Browse files Browse the repository at this point in the history
bug/fix: postinstall script
  • Loading branch information
nandanpi committed Sep 12, 2024
2 parents 5e1be99 + 58c2725 commit 4c662df
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 4c662df

Please sign in to comment.