Skip to content

Commit

Permalink
Use vsce from namespace @vscode
Browse files Browse the repository at this point in the history
See redhat-developer/vscode-xml#857

Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 committed Jan 16, 2023
1 parent 3b40662 commit e777c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ node('rhel8'){
stage('Install requirements') {
def nodeHome = tool 'nodejs-14.19.1'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh 'npm install -g typescript vsce'
sh 'npm install -g typescript'
sh 'npm install -g -f "@vscode/vsce"'
}

stage('Build') {
Expand Down

0 comments on commit e777c55

Please sign in to comment.