From e6f48775fa5008f36aacb27415e9679c691d00a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Sat, 31 Dec 2022 11:44:40 +0100 Subject: [PATCH] chore: add packages to docs build dependency list --- turbo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 180a4027..f027df32 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,12 @@ "$schema": "https://turborepo.org/schema.json", "pipeline": { "docs#build": { - "dependsOn": ["^build", "next-auth#build"] + "dependsOn": [ + "^build", + "next-auth#build", + "@auth/core#build", + "@auth/sveltekit#build" + ] }, "build": { "dependsOn": ["^build"]