feat(package): migrate db when built

This commit is contained in:
ItzCrazyKns
2025-03-20 09:47:12 +05:30
parent ea638279e5
commit 4d1ee79b8d

View File

@ -5,8 +5,8 @@
"author": "ItzCrazyKns",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm run db:push && next start",
"build": "npm run db:push && next build",
"start": "next start",
"lint": "next lint",
"format:write": "prettier . --write",
"db:push": "drizzle-kit push"