mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
chore: Build react-dom/server in codesandbox CI (#18679)
This commit is contained in:
committed by
GitHub
parent
ffb6c6c07b
commit
707478e68a
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user