新增发布命令

This commit is contained in:
Pan Qiancheng 2024-10-21 17:18:25 +08:00
parent 01194abfb4
commit c5db1aa1a7
1 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,8 @@
"watch": "npm-run-all -p watch:*",
"watch-tests": "tsc -p . -w --outDir out",
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json"
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"publish:patch": "vsce publish patch --no-dependencies",
},
"version": "0.2.3"
}