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 af95eba commit e7659cbCopy full SHA for e7659cb
package.json
@@ -66,6 +66,9 @@
66
"compile:dev": "tsc -p ./",
67
"watch": "webpack --mode none --watch",
68
"open-in-browser": "vscode-test-web --open-devtools --quality insiders --extensionDevelopmentPath=. .",
69
+ "publish:major": "vsce publish major && npm run publish:web",
70
+ "publish:minor": "vsce publish minor && npm run publish:web",
71
+ "publish:patch": "vsce publish patch && npm run publish:web",
72
"publish:web": "npx ovsx publish",
73
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
74
},
0 commit comments