Skip to content

Commit 091b64e

Browse files
committed
install -> installCommand
1 parent 4595a0e commit 091b64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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-
"install": "install --force --no-lockfile",
2+
"installCommand": "npm install --force --no-lockfile",
33
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
44
"node": "12"
55
}

0 commit comments

Comments
 (0)