chore: product info

This commit is contained in:
xiaojunnuo
2025-04-27 22:51:47 +08:00
parent 605440812f
commit 8087524bef
136 changed files with 124 additions and 7122 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir --skipLibCheck",
"build": "npm run export-metadata && mwtsc --cleanOutDir --skipLibCheck",
"export-metadata": "node export-plugin-yaml.js",
"dev-build": "echo 1",
"build-on-docker": "node ./before-build.js && npm run build",
"up-mw-deps": "npx midway-version -u -w",