chore: 1.22.3

pull/148/head
xiaojunnuo 2024-07-25 23:17:51 +08:00
parent e0998f35e8
commit 69ac0fd0a8
3 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ CertD 是一个免费全自动申请和自动部署更新SSL证书的工具。
2. 镜像构建过程公开透明,[查看镜像构建日志](https://github.com/certd/certd/actions/workflows/build-image.yml)
3. 私有化部署,保证隐私数据安全
![](./doc/images/action-build.jpg)
## 三、在线体验

BIN
doc/images/action-build.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -12,7 +12,7 @@
"scripts": {
"start": "lerna bootstrap --hoist",
"i-all": "lerna link && lerna exec npm install ",
"publish": "npm run prepublishOnly1 && lerna publish --conventional-commits --create-release github && npm run afterpublishOnly && npm run deploy1",
"publish": "npm run prepublishOnly1 && lerna publish --conventional-commits --create-release github && npm run afterpublishOnly",
"afterpublishOnly": "",
"prepublishOnly1": "npm run check && 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\"",