Ullaas commited on
Commit
0a5d729
·
verified ·
1 Parent(s): 5faf262

Update package.json

Browse files
Files changed (1) hide show
  1. 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 & python backend.py",
17
- "build": "react-scripts build & python backend.py",
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
  },