From c40d17c7d627a9a02ef3154cac088cc8df9d92f5 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 11 Apr 2022 00:24:06 +0200 Subject: [PATCH] feat: Add dependency to dev pipeline --- turbo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/turbo.json b/turbo.json index 6752e49e..18959f88 100644 --- a/turbo.json +++ b/turbo.json @@ -6,9 +6,13 @@ "dependsOn": ["^build", "types", "theme"], "outputs": ["dist/**", ".vuepress/dist/**"] }, + "types": { "outputs": [] }, + "typedoc": { + "dependsOn": ["types"] + }, "theme": { "outputs": [] },