Skip to content

Commit

Permalink
ci: switch from bun to tsx on migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Mar 2, 2024
1 parent f827631 commit 588d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"db:generate": "pnpm env:load drizzle-kit generate:pg",
"db:migrate": "pnpm env:load bun migrate.ts",
"db:migrate": "pnpm env:load tsx migrate.ts",
"db:studio": "pnpm env:load drizzle-kit studio",
"db:seed": "pnpm env:load tsx ./seed.ts",
"lint": "eslint .",
Expand Down

0 comments on commit 588d509

Please sign in to comment.