add publisher
This commit is contained in:
parent
ace4c437eb
commit
aa283b841c
|
@ -13,6 +13,7 @@
|
|||
"ui",
|
||||
"workspace"
|
||||
],
|
||||
"publisher": "elf.cheng",
|
||||
"extensionDependencies": [
|
||||
"vscode.git"
|
||||
],
|
||||
|
@ -45,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",
|
||||
"package": "npm run check-types && npm run lint && node esbuild.js --production && vsce package",
|
||||
"compile-tests": "tsc -p . --outDir out",
|
||||
"watch-tests": "tsc -p . -w --outDir out",
|
||||
"pretest": "npm run compile-tests && npm run compile && npm run lint",
|
||||
|
|
Loading…
Reference in New Issue