From dc2ea582793fac4afc2763102f2b59d9d9abf9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20=C5=81aniewski?= Date: Tue, 21 Apr 2020 23:55:55 +0200 Subject: [PATCH] feat(CodeSandbox): add config for CodeSandbox bot --- .codesandbox/ci.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 00000000..976f829d --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,3 @@ +{ + "sandboxes": ["new"] +}