From 38103a25e014cf034f527bfb630f34d9db0cac11 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 11 Apr 2022 00:42:55 +0200 Subject: [PATCH] chore: add typedoc pipeline output --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 2087479e..d0ef1783 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,8 @@ "outputs": ["dist/**"] }, "typedoc": { - "dependsOn": ["types"] + "dependsOn": ["types"], + "outputs": ["typedocs/**"] }, "theme": { "outputs": ["dist/**"]