Skip to content

Commit

Permalink
chore: Build react-dom/test-utils in codesandbox deploy (facebook#19321)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Jul 13, 2020
1 parent 61dd00d commit e2d73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e2d73e9

Please sign in to comment.