chore: build only

This commit is contained in:
xiaojunnuo
2026-01-14 00:03:58 +08:00
parent 06b49c140e
commit fc27a66825

View File

@@ -23,10 +23,11 @@
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "cross-env NODE_ENV=production mwtsc --cleanOutDir --skipLibCheck && npm run export-metadata",
"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",
"dev-build": "echo 1",
"build-on-docker": "node ./before-build.js && npm run build",
"build-on-docker": "node ./before-build.js && npm run build_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",