From 5d332eaa3fa4704803ce965d7ef890b759c67b27 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Sat, 19 Mar 2022 08:40:39 +0100 Subject: [PATCH] chore: Fix failing codesandbox/ci --- .codesandbox/ci.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 48600aa2..6457dc94 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,4 +1,5 @@ { + "installCommand": "install:csb", "sandboxes": ["github/kentcdodds/react-testing-library-examples"], "node": "12" } diff --git a/package.json b/package.json index 02d084af..6881c899 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "scripts": { "build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --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",