From e2d73e91cce37d66f7b5ef7512b3c735dcef2256 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 13 Jul 2020 17:15:37 +0200 Subject: [PATCH] chore: Build react-dom/test-utils in codesandbox deploy (#19321) --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 8854d6442d..6b3a763cf0 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,scheduler/index,scheduler/tracing", + "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/tracing", "publishDirectory": { "react": "build/node_modules/react", "react-dom": "build/node_modules/react-dom",