Skip to content

Commit

Permalink
Revert package command
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski committed Nov 3, 2023
1 parent cd691c2 commit 0508dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0508dab

Please sign in to comment.