Skip to content

Commit

Permalink
Update package.json "postinstall": "prisma migrate dev",
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith authored Aug 6, 2023
1 parent eee0030 commit 0785d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"reset": "prisma migrate reset && yarn dev",
"postinstall": "prisma generate",
"postinstall": "prisma migrate dev",
"build:prev": "vite build && vite preview",
"seed": "prisma db seed"
},
Expand Down

0 comments on commit 0785d1b

Please sign in to comment.