Skip to content

Commit

Permalink
Decrease Jest workers used to optimize build time. (#10547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed May 4, 2021
1 parent 90d6743 commit a203390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graylog2-web-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lint:styles": "stylelint './src/**/*.{js,jsx,ts,tsx}' --syntax css-in-js",
"lint:styles:path": "stylelint --syntax css-in-js",
"lint:changes": "./dev/lintChanges.sh",
"test": "jest",
"test:integration": "jest --config jest.it.config.js",
"test": "jest --maxWorkers=50%",
"test:integration": "jest --maxWorkers=50% --config jest.it.config.js",
"check-production-build": "node checkProductionBuild.js"
},
"eslintConfig": {
Expand Down

0 comments on commit a203390

Please sign in to comment.