Fix codesandbox build command (#20731)

This commit is contained in:
Ricky 2021-02-04 11:24:07 -05:00 committed by GitHub
parent a703c3f7e8
commit b12d0078a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"], "packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing", "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing,react/jsx-runtime,react/jsx-dev-runtime",
"publishDirectory": { "publishDirectory": {
"react": "build/node_modules/react", "react": "build/node_modules/react",
"react-dom": "build/node_modules/react-dom", "react-dom": "build/node_modules/react-dom",