Skip to content

Commit 2a99f66

Browse files
committed
Setup CodeSandbox CI.
1 parent b9ca8ce commit 2a99f66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.codesandbox/ci.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"buildCommand": "build:packages",
3+
"packages": ["packages/react-async", "packages/react-async-devtools"],
4+
"publishDirectory": {
5+
"react-async": "packages/react-async/pkg",
6+
"react-async-devtools": "packages/react-async-devtools/pkg"
7+
},
8+
"sandboxes": ["new"]
9+
}

0 commit comments

Comments
 (0)