fix script

This commit is contained in:
程广 2025-02-26 12:57:48 +08:00
parent aa283b841c
commit f88b82d320
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"watch": "npm-run-all -p watch:*",
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"package": "npm run check-types && npm run lint && node esbuild.js --production && vsce package",
"package": "npm run check-types && npm run lint && node esbuild.js --production",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",