Skip to content

Commit b125e82

Browse files
committed
Add npm scripts for publishing
1 parent 16cc958 commit b125e82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
"syntax-highlighting"
6161
],
6262
"scripts": {
63-
"vscode:prepublish": "jsonlint -Dq language-configuration.json package.json syntaxes/oscript.tmLanguage.json"
63+
"vscode:prepublish": "jsonlint -Dq language-configuration.json package.json syntaxes/oscript.tmLanguage.json",
64+
"vsce:patch": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ patch",
65+
"vsce:minor": "vsce publish --baseImagesUrl https://raw.githubusercontent.com/prantlf/vscode-oscript/master/ minor"
6466
},
6567
"devDependencies": {
6668
"@prantlf/jsonlint": "10.2.0"

0 commit comments

Comments
 (0)