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 edd0310 commit c065805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
//"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": "node server.js",
"heroku-postbuild": "cd testapp && npm install && npm run build"
},
"proxy": "http://localhost:4000",
"eslintConfig": {
Expand Down

0 comments on commit c065805

Please sign in to comment.