Skip to content

Commit 140d7eb

Browse files
committed
update publish scripts
1 parent 83ae29a commit 140d7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"lint:ts": "eslint ./src --ignore-path .gitignore",
2323
"lint:yaml": "eslint --ext .yaml --ext .yml --ignore-path .gitignore",
2424
"lint": "npm-run-all --parallel lint:*",
25-
"package": "vsce package --no-dependencies --githubBranch main",
26-
"publish": "vsce publish --no-dependencies --githubBranch main",
25+
"publish:ovsx": "ovsx publish --no-dependencies",
26+
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
2727
"start": "npm run build:code -- --watch",
2828
"test": "npm run lint",
2929
"vscode:prepublish": "npm run build"

0 commit comments

Comments
 (0)