Skip to content

Commit

Permalink
correcting dev-mode in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanParsania committed Jun 6, 2021
1 parent 05cca6e commit 5eae229
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 @@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "Backend project for a frontend exercise for Maktab47 bootcamp, with json-server and file upload",
"main": "index.js",
"backend:dev": "nodemon server",
"author": "Babak Khorrami",
"license": "MIT",
"dependencies": {
Expand All @@ -18,6 +17,7 @@
},
"scripts": {
"backend": "nodemon server",
"backend:dev": "nodemon server",
"start": "react-scripts start",
"json-server": "json-server -w db.json --port 3002",
"build": "react-scripts build",
Expand Down

0 comments on commit 5eae229

Please sign in to comment.