chore: release

This commit is contained in:
xiaojunnuo
2026-01-14 00:12:43 +08:00
parent fc27a66825
commit 170b39fde6
3 changed files with 12 additions and 56 deletions
+3 -2
View File
@@ -23,11 +23,12 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build_only": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck",
"build-only": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck",
"build": "npm run build_only && npm run export-metadata",
"export-metadata": "node export-plugin-yaml.js",
"export-metadata-only": "node export-plugin-yaml.js docoff",
"dev-build": "echo 1",
"build-on-docker": "node ./before-build.js && npm run build_only",
"build-on-docker": "node ./before-build.js && npm run build-only && npm run export-metadata-only",
"up-mw-deps": "npx midway-version -u -w",
"heap": "cross-env NODE_ENV=production clinic heapprofiler -- node --optimize-for-size --inspect ./bootstrap.js",
"flame": "clinic flame -- node ./bootstrap.js",