From b12d0078a4503a2e4397e65c9060df56193d7b27 Mon Sep 17 00:00:00 2001 From: Ricky Date: Thu, 4 Feb 2021 11:24:07 -0500 Subject: [PATCH] Fix codesandbox build command (#20731) --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index aec1a3726ea0f..b57dd8fb54387 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,6 +1,6 @@ { "packages": ["packages/react", "packages/react-dom", "packages/scheduler"], - "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing", + "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing,react/jsx-runtime,react/jsx-dev-runtime", "publishDirectory": { "react": "build/node_modules/react", "react-dom": "build/node_modules/react-dom",