Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Try using pm2-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored May 8, 2019
1 parent ef34bd7 commit e743b60
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 @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "touch .env && mkdir -p dist && cp .env dist/.env && tsc",
"start": "pm2 start dist/index.js",
"start": "pm2-runtime start dist/index.js --env production",
"dev": "concurrently 'yarn watch-build' 'yarn watch-prettier' 'yarn watch-server'",
"prettier-all": "prettier '{src,examples}/**/*.{ts,json}' --write",
"watch-build": "onchange '{src,examples}/**/*.ts' -- yarn build",
Expand Down

0 comments on commit e743b60

Please sign in to comment.