From 73fe1422f35c205d2a424dfc01aec561913f879d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 24 May 2023 17:53:28 +0800 Subject: [PATCH] chore: 1.0.0 pre --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 36a9f75c..2c3141b6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "scripts": { "start": "lerna bootstrap --hoist", "i-all": "lerna link && lerna exec npm install ", + "publish": "npm run proxy && npm run prepublishOnly && lerna publish --conventional-commits && npm run afterpublishOnly", + "afterpublishOnly": "", + "proxy": "npm config set proxy=http://127.0.0.1:10809", "prepublishOnly": "npm run before-build && lerna run build ", "before-build": "cd ./packages/core/acme-client && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"" },