From aa283b841cc862a6bf27c1f9f91a66e83b943d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=B9=BF?= Date: Wed, 26 Feb 2025 12:56:26 +0800 Subject: [PATCH] add publisher --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf45a3..1a9a5c1 100644 --- a/package.json +++ b/package.json @@ -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",