From 3b02ae5cc6192815b5936affa8ed68abd00866c7 Mon Sep 17 00:00:00 2001 From: Ricky Date: Wed, 3 Feb 2021 18:53:07 -0500 Subject: [PATCH] Add silent to codesandbox config (#20730) --- .codesandbox/ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6f276d052e..aec1a3726e 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -6,5 +6,6 @@ "react-dom": "build/node_modules/react-dom", "scheduler": "build/node_modules/scheduler" }, - "sandboxes": ["new"] + "sandboxes": ["new"], + "silent": true }