diff --git a/package.json b/package.json index d6c7b7fa77..6b8b432b94 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:storybook": "yarn --cwd packages/storybook build", "tsc": "turbo run tsc", "clean": "turbo run clean", - "test": "turbo run test --concurrency=1", + "test": "turbo run test", "lint:check": "turbo run lint:check", "lint:fix": "turbo run lint:fix", "lint-staged": "lint-staged -p 10",