Skip to content

Commit 619839b

Browse files
committed
fix: update package.json to remove deprecated drizzle-kit command
1 parent 0287538 commit 619839b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"format": "prettier --write .",
1111
"format:check": "prettier --check .",
1212
"prepare": "husky",
13-
"db:push": "drizzle-kit push:pg",
13+
"db:push": "drizzle-kit push",
1414
"db:studio": "drizzle-kit studio",
1515
"test": "jest",
1616
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)