Skip to content

Commit 5d332ea

Browse files
committed
chore: Fix failing codesandbox/ci
1 parent 332dfb3 commit 5d332ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.codesandbox/ci.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"scripts": {
2727
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
2828
"format": "kcd-scripts format",
29+
"install:csb": "npm install",
2930
"lint": "kcd-scripts lint",
3031
"setup": "npm install && npm run validate -s",
3132
"test": "kcd-scripts test",

0 commit comments

Comments
 (0)