diff --git a/package.json b/package.json index 782a3d57cc..84a2b90faf 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ ] }, "scripts": { - "build:fast": "yarn turbo run build:fast --filter=./packages/**/*", - "build": "turbo run build --filter=./packages/**/*", + "build:fast": "turbo run build:fast --filter=./packages/**/* --concurrency=50%", + "build": "turbo run build --filter=./packages/**/* --concurrency=50%", "start": "turbo run start --stream --parallel --filter=./packages/**/*", "postinstall": "husky install && patch-package", "clean": "manypkg exec rm -rf dist .turbo .swc", diff --git a/turbo.json b/turbo.json index b7cc3aabbe..045b4dc95d 100644 --- a/turbo.json +++ b/turbo.json @@ -12,15 +12,6 @@ "start": { "dependsOn": ["^start"], "outputs": ["dist/**"] - }, - "test": { - "cache": false - }, - "test:ci": { - "cache": false - }, - "lint": { - "cache": false } } }