From 5a51330d5562a1fdadb31374e6393bf964fbd63a Mon Sep 17 00:00:00 2001 From: ndom91 Date: Tue, 27 Dec 2022 14:43:52 +0100 Subject: [PATCH] chore(docs): add turbo docs build dependency --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index f748976a..180a4027 100644 --- a/turbo.json +++ b/turbo.json @@ -2,7 +2,7 @@ "$schema": "https://turborepo.org/schema.json", "pipeline": { "docs#build": { - "dependsOn": ["^build"] + "dependsOn": ["^build", "next-auth#build"] }, "build": { "dependsOn": ["^build"]