refactor(scripts): added in a prodInstall to also take care of db migrations

This commit is contained in:
2025-03-06 19:36:04 -06:00
parent 6e20928943
commit cf8cb9b9ed

View File

@@ -15,7 +15,7 @@
"db:migrate": "npx drizzle-kit push",
"deploy": "standard-version --conventional-commits",
"commit": "cz",
"prodinstall": "npm i --omit=dev"
"prodinstall": "npm i --omit=dev && npm run db:migrate"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.38.3",