Skip to content

Commit 0c4aabe

Browse files
authored
chore: Fix failing codesandbox/ci (#1026)
1 parent 96ed8da commit 0c4aabe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codesandbox/ci.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"installCommand": "install:csb",
23
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
34
"node": "12"
45
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean",
1616
"build:main": "kcd-scripts build --no-clean",
1717
"format": "kcd-scripts format",
18+
"install:csb": "npm install",
1819
"lint": "kcd-scripts lint",
1920
"setup": "npm install && npm run validate -s",
2021
"test": "kcd-scripts test",

0 commit comments

Comments
 (0)