Skip to content

Commit 43a0927

Browse files
committed
Fix csb-ci
1 parent 12440d9 commit 43a0927

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.codesandbox/ci.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
3+
"buildCommand": "download-build-in-codesandbox-ci",
4+
"installCommand": "install --ignore-engines",
5+
"node": "18",
6+
"publishDirectory": {
7+
"react": "build/oss-experimental/react",
8+
"react-dom": "build/oss-experimental/react-dom",
9+
"scheduler": "build/oss-experimental/scheduler"
10+
},
11+
"sandboxes": ["new"],
12+
"silent": true
13+
}

0 commit comments

Comments
 (0)