chore: Build react-dom/test-utils in codesandbox deploy (#19321)

This commit is contained in:
Sebastian Silbermann
2020-07-13 17:15:37 +02:00
committed by GitHub
parent 61dd00db24
commit e2d73e91cc

View File

@@ -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",