Skip to content

Commit

Permalink
Merge pull request #537 from jwoo0122/bugfix/ci-jest-workers
Browse files Browse the repository at this point in the history
ci(jest): maxWorkers 를 제한하여 CI 메모리 부족 현상을 해결 (시도)
  • Loading branch information
jwoo0122 authored Jun 15, 2021
2 parents 2d43838 + 7dfdfa0 commit ffad4fa
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 @@ -22,7 +22,7 @@
"stylelint-all": "stylelint src/**/*.styled.{js,ts}",
"typecheck": "ts-prune -e -p tsconfig.prune.json && tsc",
"test": "npm run lint && npm run typecheck && npm run jest",
"jest": "cross-env BABEL_ENV=test jest",
"jest": "cross-env BABEL_ENV=test jest --maxWorkers=2",
"jest:watch": "cross-env BABEL_ENV=test jest --watch",
"build": "npm run build:icon && npm run build:rollup",
"build:rollup": "cross-env BABEL_ENV=build rollup -c",
Expand Down

0 comments on commit ffad4fa

Please sign in to comment.