Skip to content

Commit

Permalink
Added --runInBand for 'test' script in order to check how will it aff…
Browse files Browse the repository at this point in the history
…ect building in CI-environment
  • Loading branch information
umeetiusbaar committed Oct 27, 2023
1 parent 14571df commit 8bde93b
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 @@ -12,7 +12,7 @@
"serve-local": "ws --spa index.html -d build -p 3001 --rewrite '/api/(.*) -> http://localhost:3000/$1' --rewrite '/auth/(.*) -> http://localhost:3030/auth/$1'",
"build-and-serve": "yarn run build && yarn run serve",
"update-runtime-env": "ts-node -P ./scripts/tsconfig.json --files scripts/update-runtime-env.ts",
"test": "TEST=true yarn run update-runtime-env && DEBUG_PRINT_LIMIT=50000 react-scripts test",
"test": "TEST=true yarn run update-runtime-env && DEBUG_PRINT_LIMIT=50000 react-scripts test --runInBand",
"testCI": "TEST=true yarn run update-runtime-env && CI=TRUE DEBUG_PRINT_LIMIT=50000 react-scripts test --runInBand",
"eject": "react-scripts eject",
"type-check": "tsc --pretty --noEmit",
Expand Down

0 comments on commit 8bde93b

Please sign in to comment.