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 313a3d5 commit 0fb20a3Copy full SHA for 0fb20a3
package.json
@@ -370,8 +370,8 @@
370
"dev:webview": "cd webview-ui && npm run dev",
371
"build:webview": "cd webview-ui && npm run build",
372
"test:webview": "cd webview-ui && npm run test",
373
- "publish:marketplace": "vsce publish && ovsx publish",
374
- "publish:marketplace:prerelease": "vsce publish --pre-release && ovsx publish --pre-release",
+ "publish:marketplace": "vsce publish",
+ "publish:marketplace:prerelease": "vsce publish --pre-release",
375
"prepare": "husky",
376
"changeset": "changeset",
377
"version-packages": "changeset version",
0 commit comments