From 9f177e54dd26d2535726fa292177da92393f0e72 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 20 May 2022 08:59:43 -0600 Subject: [PATCH] whoops --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index be4e565d..ef1a03ad 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "react-scripts": "^5.0.1" }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", + "start": "craco start", + "build": "craco build", + "test": "craco test", "test:coverage": "npm run test -- --watchAll=false", "test:exercises": "npm run test -- testing.*exercises\\/ --onlyChanged", "setup": "node setup",