From a85623c199bf4e5c6f1cc3fd143990362a48b60b Mon Sep 17 00:00:00 2001 From: Bruce Harrison Date: Tue, 4 Jul 2023 19:19:25 -0500 Subject: [PATCH] try to decrease worker count --- packages/Schedulely/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Schedulely/package.json b/packages/Schedulely/package.json index e6c5068..94ae15f 100644 --- a/packages/Schedulely/package.json +++ b/packages/Schedulely/package.json @@ -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" },