We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d03c5 commit 4fefab0Copy full SHA for 4fefab0
craco.config.js
package.json
@@ -19,9 +19,9 @@
19
"web-vitals": "^1.0.1"
20
},
21
"scripts": {
22
- "start": "craco start",
23
- "build": "craco build",
24
- "test": "craco test",
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test --env=jsdom",
25
"eject": "react-scripts eject"
26
27
"eslintConfig": {
0 commit comments