Skip to content

Commit

Permalink
chore(script): add a minimum startup script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 7, 2023
1 parent a913cfd commit 2658f75
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 @@ -34,6 +34,7 @@
"start:notification-service": "cross-env NODE_ENV=development nest start -w notification-service",
"start:themes-service": "cross-env NODE_ENV=development nest start -w themes-service",
"start:store-service": "cross-env NODE_ENV=development nest start -w store-service",
"dev:minimum": "concurrently \"npm:start:core\" \"npm:start:user-service\" \"npm:start:page-service\" \"npm:start:comments-service\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"prod": "cross-env NODE_ENV=production pm2-runtime start ecosystem.config.js",
"prod:pm2": "cross-env NODE_ENV=production pm2 restart ecosystem.config.js",
Expand Down

0 comments on commit 2658f75

Please sign in to comment.