Skip to content

Commit 27b8cd5

Browse files
committed
Add missing vscode:publish command from package.json.
This command was referenced from the ci-releas.sh script.
1 parent 25c62bc commit 27b8cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
},
5252
"scripts": {
5353
"vscode:prepublish": "test -f ./syntaxes/Scala.tmLanguage.json",
54+
"vscode:publish": "vsce publish --yarn",
5455
"build": "ts-node src/typescript/GenerateTmLanguageFile.ts > ./syntaxes/Scala.tmLanguage.json"
5556
}
5657
}

0 commit comments

Comments
 (0)