Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
geofryzheng committed Nov 26, 2021
1 parent 17acc4a commit b77e98b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@
"scripts": {
"eslint:ts": "eslint --fix --ext .ts .",
"eslint:js": "eslint --fix --ext .js .",

"dev": "pm2 start pm2-dev.json",
"dev:stop": "pm2 stop pm2-dev.json && pm2 delete pm2-dev.json",

"tsc": "tsc",

"start:pm2": "npm run tsc && pm2 start pm2.json",
"stop:pm2": "pm2 stop pm2.json && pm2 delete pm2.json",
"reload:pm2": "npm run tsc && pm2 reload pm2.json",
"pm2:ls": "pm2 ls",

"start": "npm run tsc && cross-env NODE_ENV=production node ./src/index.js"
},
"lint-staged": {
Expand Down

0 comments on commit b77e98b

Please sign in to comment.