From 5225e0264b52d2ba8cc9f6299d3a3a092469e1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 25 Nov 2020 15:22:08 +0100 Subject: [PATCH] chore(ci): build UMD packages in CodeSandbox --- .codesandbox/ci.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6983bdfd..162c9ef5 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,4 +1,3 @@ { - "packages": ["packages/docsearch-*"], - "buildCommand": false + "packages": ["packages/docsearch-*"] }