新增发布命令
This commit is contained in:
parent
01194abfb4
commit
c5db1aa1a7
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue