Skip to content

Commit

Permalink
chore: package scripts for drizzle-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Nov 2, 2024
1 parent 259d959 commit 3fc8911
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"build:code": "tsc && tsc-alias",
"build": "pnpm run build:kill-dist && pnpm run build:code",
"postbuild": "node postbuild.mjs",
"db:explorer": "drizzle-kit studio",
"db:migrate-generate": "drizzle-kit generate",
"db:migrate-run": "drizzle-kit migrate"
"db:studio": "drizzle-kit studio",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:check": "drizzle-kit check"
},
"devDependencies": {
"@types/node": "^20.14.8",
Expand Down

0 comments on commit 3fc8911

Please sign in to comment.