diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 0000000000..7dd2a59e41 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,10 @@ +{ + "packages": ["packages/react", "packages/react-dom", "packages/scheduler"], + "buildCommand": "build --type=NODE react/index,react-dom/index,scheduler/index,scheduler/tracing", + "publishDirectory": { + "react": "build/node_modules/react", + "react-dom": "build/node_modules/react-dom", + "scheduler": "build/node_modules/scheduler" + }, + "sandboxes": ["new"] +}