This commit is contained in:
xiaojunnuo
2024-10-10 21:50:04 +08:00
parent 79f8e5bf47
commit 50173aa265
11 changed files with 11 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@
"debug:pm": "vite --mode debugpm",
"debug:force": "vite --force --mode debug",
"build": " vite build ",
"dev-build": "echo 1",
"serve": "vite preview",
"preview": "vite preview",
"pretty-quick": "pretty-quick",
+1
View File
@@ -15,6 +15,7 @@
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "mwtsc --cleanOutDir --skipLibCheck",
"dev-build": "echo 1",
"build-on-docker": "node ./before-build.js && npm run build",
"up-mw-deps": "npx midway-version -u -w",
"heap": "clinic heapprofiler -- node ./bootstrap.js",