chore: 修复metadata的一些bug

This commit is contained in:
xiaojunnuo
2026-01-14 02:05:31 +08:00
parent c776c34cfd
commit db453c8038
20 changed files with 731 additions and 730 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build-only": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck",
"build": "npm run build_only && npm run export-metadata",
"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",