Skip to content

Commit 0562653

Browse files
rgrunberdatho7561
authored andcommitted
Also use "@vscode/vsce" in the publish phase.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent 963ffb4 commit 0562653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ node('rhel8'){
104104
}
105105

106106
node('rhel8'){
107-
sh 'npm install -g "vsce"'
107+
sh 'npm install -g --force "@vscode/vsce"'
108108
sh 'npm install -g "ovsx"'
109109
if(publishToMarketPlace.equals('true') || publishPreRelease.equals('true')){
110110

0 commit comments

Comments
 (0)