From b2db3eabee0efd3d2463474e9f4b96a1b04d2956 Mon Sep 17 00:00:00 2001 From: Nico Domino Date: Tue, 27 Dec 2022 01:10:38 +0100 Subject: [PATCH] chore(docs): fix build step (#6188) * chore(docs): fix build step temporarily * fix: turbo docs build --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index 28a234e9..f748976a 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,9 @@ { "$schema": "https://turborepo.org/schema.json", "pipeline": { + "docs#build": { + "dependsOn": ["^build"] + }, "build": { "dependsOn": ["^build"] },