From 9a2150719b971adf078eca5cecbb18c146545cbd Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 18 Jan 2021 20:56:17 +0100 Subject: [PATCH] Fix prod build in ci/codesandbox (#20606) --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6b3a763cf0839..6f276d052e4a8 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/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", "publishDirectory": { "react": "build/node_modules/react", "react-dom": "build/node_modules/react-dom",