Spaces:
Build error
Build error
Update package.json
Browse files- package.json +4 -3
package.json
CHANGED
|
@@ -55,10 +55,11 @@
|
|
| 55 |
"zod": "^3.24.4"
|
| 56 |
},
|
| 57 |
"scripts": {
|
| 58 |
-
"start": "
|
| 59 |
-
"build": "
|
| 60 |
-
"test": "
|
| 61 |
},
|
|
|
|
| 62 |
"browserslist": {
|
| 63 |
"production": [
|
| 64 |
">0.2%",
|
|
|
|
| 55 |
"zod": "^3.24.4"
|
| 56 |
},
|
| 57 |
"scripts": {
|
| 58 |
+
"start": "react-scripts start",
|
| 59 |
+
"build": "react-scripts build",
|
| 60 |
+
"test": "react-scripts test"
|
| 61 |
},
|
| 62 |
+
|
| 63 |
"browserslist": {
|
| 64 |
"production": [
|
| 65 |
">0.2%",
|