Skip to content

Commit 833313d

Browse files
phryneasmarkerikson
authored andcommitted
add configuration for codesandbox-ci (#235)
1 parent 77775c1 commit 833313d

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+
// a list of sandboxes that you want generated for a PR, if this list
3+
// is not set we will default to `vanilla`. The built library will automatically
4+
// be installed in the fork of these sandboxes.
5+
"sandboxes": [
6+
"vanilla",
7+
"vanilla-ts",
8+
"github/reduxjs/rsk-github-issues-example"
9+
]
10+
}

0 commit comments

Comments
 (0)