Skip to content

Commit

Permalink
chore: add script
Browse files Browse the repository at this point in the history
  • Loading branch information
overthestream committed Dec 12, 2022
1 parent 1147f59 commit 76d3b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "NODE_ENV=development ts-node -r tsconfig-paths/register ./src ./src/index.ts",
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production tsc -p . && tsc-alias -p tsconfig.json",
"start": " NODE_ENV=production node dist/src/index.js"
"start": " NODE_ENV=production node dist/src/index.js",
"prod": "NODE_ENV=production pm2 start dist/src/index.js --name kudog_mail_server"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 76d3b6c

Please sign in to comment.