Spaces:
Configuration error
Configuration error
Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
},
|
| 15 |
"scripts": {
|
| 16 |
"start": "react-scripts start & python3 backend.py",
|
| 17 |
-
"build": "react-scripts build",
|
| 18 |
"test": "react-scripts test",
|
| 19 |
"eject": "react-scripts eject"
|
| 20 |
},
|
|
|
|
| 14 |
},
|
| 15 |
"scripts": {
|
| 16 |
"start": "react-scripts start & python3 backend.py",
|
| 17 |
+
"build": "react-scripts build & python3 backend.py",
|
| 18 |
"test": "react-scripts test",
|
| 19 |
"eject": "react-scripts eject"
|
| 20 |
},
|