Skip to content

Commit

Permalink
fix: command push db (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynguyen2k2 authored May 26, 2024
1 parent 39e3d58 commit 5c6b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/coderum-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push:sqlite",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
Expand Down

0 comments on commit 5c6b9dc

Please sign in to comment.