We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ae29a commit 140d7ebCopy full SHA for 140d7eb
package.json
@@ -22,8 +22,8 @@
22
"lint:ts": "eslint ./src --ignore-path .gitignore",
23
"lint:yaml": "eslint --ext .yaml --ext .yml --ignore-path .gitignore",
24
"lint": "npm-run-all --parallel lint:*",
25
- "package": "vsce package --no-dependencies --githubBranch main",
26
- "publish": "vsce publish --no-dependencies --githubBranch main",
+ "publish:ovsx": "ovsx publish --no-dependencies",
+ "publish:vsce": "vsce publish --githubBranch main --no-dependencies",
27
"start": "npm run build:code -- --watch",
28
"test": "npm run lint",
29
"vscode:prepublish": "npm run build"
0 commit comments