Skip to content

Commit

Permalink
Merge pull request #2 from copperii/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
mluukkai authored Aug 28, 2019
2 parents 4611baa + c768f10 commit 71bd670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "json-server -p3005 db.json"
"server": "json-server --port=3005 --watch db.json"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 71bd670

Please sign in to comment.