File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "compile:dev" : " tsc -p ./" ,
6767 "watch" : " webpack --mode none --watch" ,
6868 "open-in-browser" : " vscode-test-web --open-devtools --quality insiders --extensionDevelopmentPath=. ." ,
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" ,
69+ "publish:major" : " vsce publish --allow-star-activation major && npm run publish:web && git push --tags " ,
70+ "publish:minor" : " vsce publish --allow-star-activation minor && npm run publish:web && git push --tags " ,
71+ "publish:patch" : " vsce publish --allow-star-activation patch && npm run publish:web && git push --tags " ,
7272 "publish:web" : " npx ovsx publish" ,
7373 "test" : " npm run compile:dev && node ./node_modules/vscode/bin/test"
7474 },
You can’t perform that action at this time.
0 commit comments