docs: 1panel增加应用商店部署方式

This commit is contained in:
xiaojunnuo
2025-12-11 18:14:15 +08:00
parent fe1e2c3b62
commit 43ba0b9da6
5 changed files with 33 additions and 5 deletions
-1
View File
@@ -16,7 +16,6 @@
"start": "lerna bootstrap --hoist",
"start:server": "cd ./packages/ui/certd-server && npm start",
"devb": "lerna run dev-build",
"build": "lerna run build",
"i-all": "lerna link && lerna exec npm install ",
"publish": "npm run prepublishOnly2 && lerna publish --force-publish=pro/plus-core --conventional-commits --create-release github && npm run afterpublishOnly ",
"afterpublishOnly": "npm run plugin-doc-gen && npm run copylogs && time /t >trigger/build.trigger && git add ./trigger/build.trigger && git commit -m \"build: trigger build image\" && TIMEOUT /T 10 && npm run commitAll",