Skip to content

Commit

Permalink
changed from run to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Mar 21, 2024
1 parent 5231523 commit d897434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "nodemon index.js -e js",
"run": "node index.js",
"prod": "node index.js",
"test": "jest"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion API/prod-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export NODE_ENV=production;

npm install --only=production;

npm run;
npm prod;

0 comments on commit d897434

Please sign in to comment.