Skip to content

Commit e7659cb

Browse files
committed
publish helpers
1 parent af95eba commit e7659cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
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 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",
6972
"publish:web": "npx ovsx publish",
7073
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
7174
},

0 commit comments

Comments
 (0)