Skip to content

Commit

Permalink
fix: add prefix and force node > 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Poorshad committed Dec 7, 2024
1 parent 42770c3 commit 45bd464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"pretest:watch": "docker compose -f docker-compose.test.yml up -d",
"test:watch": "npx prisma db push && jest --watch --forceExit --detectOpenHandles --runInBand --silent",
"test:watch": "DATABASE_URL=postgres://postgres:[email protected]:5432/postgres npx prisma db push && jest --watch --forceExit --detectOpenHandles --runInBand --silent",
"posttest:watch": "docker compose -f docker-compose.test.yml down",
"pretest": "docker compose -f docker-compose.test.yml up -d",
"test": "DATABASE_URL=postgres://postgres:[email protected]:5432/postgres npx prisma db push && DATABASE_URL=postgres://postgres:[email protected]:5432/postgres jest --forceExit --detectOpenHandles --runInBand --silent",
Expand Down

0 comments on commit 45bd464

Please sign in to comment.