Spaces:
Configuration error
Configuration error
Update package.json
Browse files- package.json +2 -2
package.json
CHANGED
@@ -13,8 +13,8 @@
|
|
13 |
"web-vitals": "^2.1.4"
|
14 |
},
|
15 |
"scripts": {
|
16 |
-
"start": "react-scripts start
|
17 |
-
"build": "react-scripts build
|
18 |
"test": "react-scripts test",
|
19 |
"eject": "react-scripts eject"
|
20 |
},
|
|
|
13 |
"web-vitals": "^2.1.4"
|
14 |
},
|
15 |
"scripts": {
|
16 |
+
"start": "react-scripts start",
|
17 |
+
"build": "react-scripts build",
|
18 |
"test": "react-scripts test",
|
19 |
"eject": "react-scripts eject"
|
20 |
},
|