We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ca8ce commit 2a99f66Copy full SHA for 2a99f66
.codesandbox/ci.json
@@ -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