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 9977f1f commit af13598Copy full SHA for af13598
package.json
@@ -69,7 +69,7 @@
69
"publish:major": "vsce publish --allow-star-activation major && npm run publish:web",
70
"publish:minor": "vsce publish --allow-star-activation minor && npm run publish:web",
71
"publish:patch": "vsce publish --allow-star-activation patch && npm run publish:web",
72
- "publish:web": "npx ovsx publish --allow-star-activation",
+ "publish:web": "npx ovsx publish",
73
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
74
},
75
"contributes": {
0 commit comments