Skip to content

Commit

Permalink
Fix test DB migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khushipatil1523 committed Mar 9, 2025
1 parent 24cbe60 commit 09d8ee7
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 @@ -93,7 +93,7 @@
"add:sample_data": "tsx ./scripts/dbManagement/addSampleData.ts",
"push_drizzle_schema": "drizzle-kit push",
"push_drizzle_test_schema": "drizzle-kit push --config=./test/drizzle.config.ts",
"run_tests": "vitest --coverage",
"run_tests": "pnpm apply_drizzle_test_migrations && vitest --coverage",
"check_tests": "vitest run",
"start_development_server": "tsx watch ./src/index.ts",
"start_development_server_with_debugger": "tsx watch --inspect=${API_DEBUGGER_HOST:-127.0.0.1}:${API_DEBUGGER_PORT:-9229} ./src/index.ts",
Expand Down

0 comments on commit 09d8ee7

Please sign in to comment.