diff --git a/package.json b/package.json index 8d76fcc..36d4000 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "scripts": { "build": "lerna run build", - "test": "lerna run test", + "test": "lerna run test --concurrency 1", "prepare": "yarn build" }, "dependencies": {},