mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 1.22.3
This commit is contained in:
@@ -20,6 +20,7 @@ CertD 是一个免费全自动申请和自动部署更新SSL证书的工具。
|
|||||||
2. 镜像构建过程公开透明,[查看镜像构建日志](https://github.com/certd/certd/actions/workflows/build-image.yml)
|
2. 镜像构建过程公开透明,[查看镜像构建日志](https://github.com/certd/certd/actions/workflows/build-image.yml)
|
||||||
3. 私有化部署,保证隐私数据安全
|
3. 私有化部署,保证隐私数据安全
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 三、在线体验
|
## 三、在线体验
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"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 ",
|
||||||
"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": "",
|
"afterpublishOnly": "",
|
||||||
"prepublishOnly1": "npm run check && npm run before-build && lerna run build ",
|
"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\"",
|
"before-build": "cd ./packages/core/acme-client && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user