From e38d066cf4d73494f672d53f1448541382415de4 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Sun, 15 Nov 2020 10:07:24 +0100 Subject: [PATCH] (chore) - trial codesandbox-ci (#2819) * trial codesandbox ci * simple config * disable pr comment --- .codesandbox/ci.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 0000000000..5f3f859537 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,4 @@ +{ + "sandboxes": ["preact-x-preact-cli-3-starter-vj285y2rn3"], + "silent": true +}