perf: 优化一些小细节

This commit is contained in:
xiaojunnuo
2024-07-15 02:05:26 +08:00
parent 2fd14430a2
commit b1688525db
11 changed files with 63 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
"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\"",
"deploy1": "node --experimental-json-modules deploy.js ",
"check": "node --experimental-json-modules publish-check.js"
"check": "node --experimental-json-modules publish-check.js",
"init": "lerna run build"
},
"license": "AGPL-3.0",