diff --git a/turbo.json b/turbo.json index 5d452e07e5..9e93790071 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,8 @@ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { - "dependsOn": ["^build"] + "dependsOn": ["^build"], + "outputs": ["dist"] }, "test": { "outputs": []