chore: 1.0.0 pre

pull/21/merge
xiaojunnuo 2023-05-24 17:53:28 +08:00
parent 47f3cf7ba5
commit 73fe1422f3
1 changed files with 3 additions and 0 deletions

View File

@ -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\""
},