Skip to content

Commit

Permalink
try to decrease worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 5, 2023
1 parent cf552fc commit a85623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Schedulely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .ts --ext .tsx",
"prettier": "prettier --check './src/**.(ts|tsx|js|scss)'",
"test": "jest",
"test:ci": "npx jest --ci --json --coverage --testLocationInResults --outputFile=report.json --workerIdleMemoryLimit 50%",
"test:ci": "npx jest --ci --json --coverage --testLocationInResults --outputFile=report.json --maxWorkers 50%",
"dev": "ladle serve --stories=__stories__/**.stories.tsx",
"build-ladle": "ladle build"
},
Expand Down

0 comments on commit a85623c

Please sign in to comment.