From 09b8fa9685a97076a78a24fc72ee4cbb5049af7c Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sun, 17 Jan 2021 15:38:35 +0100 Subject: [PATCH] Fix prod build in ci/codesandbox --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 6b3a763cf08..6f276d052e4 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",