fix: update package.json to remove deprecated drizzle-kit command

This commit is contained in:
Waleed Latif
2025-03-03 13:09:27 -08:00
parent 0287538584
commit 619839bbb0

View File

@@ -10,7 +10,7 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky",
"db:push": "drizzle-kit push:pg",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"test": "jest",
"test:watch": "jest --watch",