Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dariahorga authored Jan 31, 2025
1 parent 6aa070e commit 80826a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"start": "node index.js",
"start:prod": "set NODE_ENV=production node index.js"
"start:prod": "cross-env NODE_ENV=production node index.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 80826a7

Please sign in to comment.