Skip to content

Commit a1ff9fd

Browse files
CompuIvesacdlite
authored andcommitted
Add CodeSandbox CI Config (#17175)
* Add CodeSandbox CI Config * Add default sandbox to build * Make build more efficient and add scheduler * Force build * Add scheduler image * Add scheduler/tracing to the build * Force another build
1 parent 273679a commit a1ff9fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codesandbox/ci.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
3+
"buildCommand": "build --type=NODE react/index,react-dom/index,scheduler/index,scheduler/tracing",
4+
"publishDirectory": {
5+
"react": "build/node_modules/react",
6+
"react-dom": "build/node_modules/react-dom",
7+
"scheduler": "build/node_modules/scheduler"
8+
},
9+
"sandboxes": ["new"]
10+
}

0 commit comments

Comments
 (0)