diff --git a/apps/cli/turbo.json b/apps/cli/turbo.json index 912539b0c..fc101178e 100644 --- a/apps/cli/turbo.json +++ b/apps/cli/turbo.json @@ -5,7 +5,6 @@ "dependsOn": ["build"], "outputs": ["dist/buster"], "cache": false - }, - "start": false + } } } diff --git a/turbo.json b/turbo.json index 82a67b9c1..113e0ac5f 100644 --- a/turbo.json +++ b/turbo.json @@ -48,11 +48,6 @@ "test:coverage": { "dependsOn": ["^build"], "outputs": ["coverage/**"] - }, - "start": { - "dependsOn": ["^build"], - "cache": false, - "persistent": true } }, "globalEnv": [