Skip to content

Commit 442dd19

Browse files
committed
Ok this works
1 parent 1f0b7c7 commit 442dd19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "install --force --no-lockfile",
2+
"installCommand": "install:csb",
33
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
44
"node": "12"
55
}

package.json

Lines changed: 1 addition & 0 deletions
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)