Ullaas commited on
Commit
47fcb19
·
verified ·
1 Parent(s): 1438e56

Update package.json

Browse files
Files changed (1) hide show
  1. 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
  },