From 2658f75806cf272673b727f6808e2e329c7d4c77 Mon Sep 17 00:00:00 2001 From: wibus-wee <1596355173@qq.com> Date: Fri, 7 Jul 2023 22:53:02 +0800 Subject: [PATCH] chore(script): add a minimum startup script [skip ci] --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index efc46fc7b..716834442 100644 --- a/package.json +++ b/package.json @@ -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",