Skip to content

Commit

Permalink
chore(scripts): add explicit tsconfig to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Feb 13, 2024
1 parent f92a67e commit e62b26c
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 @@ -17,7 +17,7 @@
"test:unit": "vitest",
"db:generate": "drizzle-kit generate:sqlite",
"db:push": "drizzle-kit push:sqlite",
"db:migrate": "tsx scripts/migrate.ts"
"db:migrate": "tsx --tsconfig ./tsconfig.json ./scripts/migrate.ts"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
Expand Down

0 comments on commit e62b26c

Please sign in to comment.