From fae1981161080f698c3f1263b712306d63baae64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=AA=E6=8D=B1=E5=AE=85?= Date: Thu, 7 Aug 2025 08:57:13 +0800 Subject: [PATCH] perf: add start:server npm script for quick server launch from root directory (#484) @orzyyyy --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e104b7ae..e18c98f3 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "scripts": { "start": "lerna bootstrap --hoist", + "start:server": "cd ./packages/ui/certd-server && npm start", "devb": "lerna run dev-build", "i-all": "lerna link && lerna exec npm install ", "publish": "npm run prepublishOnly2 && lerna publish --force-publish=pro/plus-core --conventional-commits --create-release github && npm run afterpublishOnly && npm run commitAll",