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