From 7f910a13d57bce1439890820b0b4a7514c41e4e1 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 12 Nov 2024 10:16:36 +0800 Subject: [PATCH] chore: --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3fbdbc79..1658f4ee 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "scripts": { "start": "lerna bootstrap --hoist", + "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", "afterpublishOnly": "npm run copylogs && time /t >build.trigger && git add ./build.trigger && git commit -m \"build: trigger build image\" && TIMEOUT /T 10 && git push",