Skip to content

Commit

Permalink
Fix db:all
Browse files Browse the repository at this point in the history
  • Loading branch information
ssihala committed Feb 26, 2025
1 parent 36084c0 commit 79abcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"db:local:init": "node scripts/initDb.mjs",
"db:local:seed": "node scripts/seed.mjs",
"db:studio": "drizzle-kit studio --port 3003 --verbose",
"db:all": "bun db:push && bun db:local:init && bun db:local:seed && bun db:generate && bun db:studio"
"db:all": "bun db:local:init && bun db:push && bun db:local:seed && bun db:generate && bun db:studio"
},
"dependencies": {
"@iconify/json": "^2.2.272",
Expand Down

0 comments on commit 79abcf5

Please sign in to comment.