From bd2a6ed17849c8481e8724221f68daa35c8874c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 25 Nov 2020 12:39:26 +0100 Subject: [PATCH] chore(ci): add CodeSandbox CI --- .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 00000000..6983bdfd --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,4 @@ +{ + "packages": ["packages/docsearch-*"], + "buildCommand": false +}