We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ed8da commit 0c4aabeCopy full SHA for 0c4aabe
.codesandbox/ci.json
@@ -1,4 +1,5 @@
1
{
2
+ "installCommand": "install:csb",
3
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
4
"node": "12"
5
}
package.json
@@ -15,6 +15,7 @@
15
"build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean",
16
"build:main": "kcd-scripts build --no-clean",
17
"format": "kcd-scripts format",
18
+ "install:csb": "npm install",
19
"lint": "kcd-scripts lint",
20
"setup": "npm install && npm run validate -s",
21
"test": "kcd-scripts test",
0 commit comments