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 May 21, 2021
1 parent 3044912 commit f42f422
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "node server.js"
"watch": "nodemon ./server.js"
},
"proxy": "http://localhost:4000",
"eslintConfig": {
Expand All @@ -54,4 +55,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit f42f422

Please sign in to comment.