Skip to content

Commit

Permalink
Add pm2 ls task to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 8b4b2c1 commit f146838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"start": "pm2 start pm2.prod.config.js",
"dev": "npm run copy && pm2 start pm2.dev.config.js",
"dev-local": "npm run copy && pm2 start pm2.dev.config.js --env local",
"ps": "pm2 l",
"copy": "cp-cli server/mock dist/server/mock",
"lint": "tslint src/**/*.ts types/**/*.ts server/**/*.ts",
"compile": "npm run lint && cd server && tsc",
Expand Down

0 comments on commit f146838

Please sign in to comment.