From 4549680105c7a437210c045ea19cf165c297dd60 Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Thu, 24 Oct 2019 21:08:52 +0200 Subject: [PATCH] Add silent option to CodeSandbox CI config --- .codesandbox/ci.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 5f9ee33dda74d0..e41c4760e6a371 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -20,5 +20,6 @@ "react", "github/mui-org/material-ui/tree/master/examples/create-react-app", "github/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript" - ] + ], + "silent": true }