From 707478e68a65734501b7f9189e89ff0fca1642d5 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 20 Apr 2020 19:48:07 +0200 Subject: [PATCH] chore: Build react-dom/server in codesandbox CI (#18679) --- .codesandbox/ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 7dd2a59e41..8854d6442d 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,scheduler/index,scheduler/tracing", + "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,scheduler/index,scheduler/tracing", "publishDirectory": { "react": "build/node_modules/react", "react-dom": "build/node_modules/react-dom",