Skip to content

Commit 4fefab0

Browse files
committed
Add react script commands
1 parent 69d03c5 commit 4fefab0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

craco.config.js

-7
This file was deleted.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"web-vitals": "^1.0.1"
2020
},
2121
"scripts": {
22-
"start": "craco start",
23-
"build": "craco build",
24-
"test": "craco test",
22+
"start": "react-scripts start",
23+
"build": "react-scripts build",
24+
"test": "react-scripts test --env=jsdom",
2525
"eject": "react-scripts eject"
2626
},
2727
"eslintConfig": {

0 commit comments

Comments
 (0)