From cec898335ed5ceca9c5d4a3964fe0c3620a0e4c6 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Wed, 19 Oct 2022 17:59:29 -0400 Subject: [PATCH] chore: turbo outputs dist/ --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": []