chore: 1.0.0 pre

This commit is contained in:
xiaojunnuo
2023-05-24 17:49:39 +08:00
parent 95722f46f4
commit cc3531b9d5

View File

@@ -8,7 +8,9 @@
}, },
"scripts": { "scripts": {
"start": "lerna bootstrap --hoist", "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", "license": "MIT",
"dependencies": { "dependencies": {