From 0508dab208d61192bf6dac7bff5b23f43fae0870 Mon Sep 17 00:00:00 2001 From: Nathan Turinski Date: Fri, 3 Nov 2023 14:11:26 -0700 Subject: [PATCH] Revert package command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6038962..13b080d7 100644 --- a/package.json +++ b/package.json @@ -575,7 +575,7 @@ "build": "tsc && gulp webpack-prod", "cleanReadme": "gulp cleanReadme", "compile": "tsc -watch", - "package": "vsce package", + "package": "vsce package --githubBranch main", "lint": "eslint --ext .ts .", "lint-fix": "eslint --ext .ts . --fix", "listIcons": "gulp listIcons",