Skip to content

Commit

Permalink
chore: Fix failing codesandbox/ci (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 19, 2022
1 parent 96ed8da commit 0c4aabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codesandbox/ci.json
@@ -1,4 +1,5 @@
{
"installCommand": "install:csb",
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
"node": "12"
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -15,6 +15,7 @@
"build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean",
"build:main": "kcd-scripts build --no-clean",
"format": "kcd-scripts format",
"install:csb": "npm install",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
Expand Down

0 comments on commit 0c4aabe

Please sign in to comment.