Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-science authored Apr 15, 2021
1 parent 9f619b7 commit 1e37dd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
"web-vitals": "^0.2.4"
},
"scripts": {
//"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch": "nodemon ./server.js",
"start-serv": "node server.js"
"start-serv": "node server.js",
"start": "node server.js",
"heroku-postbuild": "cd testapp && npm install && npm run build"
},
Expand Down

0 comments on commit 1e37dd9

Please sign in to comment.