Skip to content

Commit

Permalink
add: bun run db for prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
Celesca committed Nov 20, 2024
1 parent e3b4113 commit 26161e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts",
"db": "prisma generate && prisma migrate dev",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit 26161e2

Please sign in to comment.