From 3b0e301bf15ecbf4e84e775c6d29e58566514849 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 15 May 2022 17:37:28 +0200 Subject: [PATCH] chore: add dependency to types pipeline --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 28dbc527..5f16a486 100644 --- a/turbo.json +++ b/turbo.json @@ -8,6 +8,7 @@ }, "types": { + "dependsOn": ["^build"], "outputs": ["dist/**"] }, "typedoc": {