From cc3531b9d53b86705ba02b5588938ead4c68dc7f Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 24 May 2023 17:49:39 +0800 Subject: [PATCH] chore: 1.0.0 pre --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b45f19ba..36a9f75c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ }, "scripts": { "start": "lerna bootstrap --hoist", - "i-all": "lerna link && lerna exec npm install " + "i-all": "lerna link && lerna exec npm install ", + "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\"" }, "license": "MIT", "dependencies": {