Skip to content

Commit

Permalink
chore: load env variables in db:migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Oct 31, 2023
1 parent fc4fdf9 commit d2a3fbb
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 @@ -13,7 +13,7 @@
"test": "jest",
"commit": "cz",
"db:generate": "drizzle-kit generate:sqlite",
"db:migrate": "tsx ./scripts/dbMigrate.ts",
"db:migrate": "dotenv -c -- tsx ./scripts/dbMigrate.ts",
"db:studio": "dotenv -c -- drizzle-kit studio",
"test:e2e": "playwright test",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit d2a3fbb

Please sign in to comment.