Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfrosh committed Nov 21, 2023
1 parent bee51ff commit 79fed07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "nodemon server.js",
"test": "jest",
"prod": "NODE_ENV=production node server.js",
"prod_win": "set NODE_ENV=production&&node server.js"
"prod_win": "set NODE_ENV=production&&node server.js",
"start": "NODE_ENV=production node server.js"
},
"keywords": [
"the lord of the rings",
Expand Down Expand Up @@ -41,4 +42,4 @@
"nodemon": "^2.0.9",
"supertest": "^6.2.2"
}
}
}

0 comments on commit 79fed07

Please sign in to comment.