From c9eabdea8d951d42a9b3898572719e1f45294b33 Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Tue, 31 May 2022 14:52:31 -0300 Subject: [PATCH] fix: remove docs from build on codesandbox (#1334) * fix: remove docs from build on codesandbox * Update ci.json --- .codesandbox/ci.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index f6a1920a12..003d1591eb 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,4 +1,5 @@ { + "buildCommand": "turbo run build --ignore=\"apps/**/*\"", "packages": ["packages/*"], "sandboxes": ["store-ui-typescript-0gd9u"], "node": "16"