Skip to content

Commit

Permalink
React to vsce renaming to @vscode/vsce.
Browse files Browse the repository at this point in the history
- Use --force to override any older vsce provided by NodeJS tooling

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed May 5, 2023
1 parent 5363542 commit 544e7c5
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 @@ -9,7 +9,8 @@ node('rhel8'){
stage('Install requirements') {
def nodeHome = tool 'nodejs-lts'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install -g typescript vsce ovsx"
sh 'npm install -g --force "@vscode/vsce"'
sh 'npm install -g typescript ovsx'
}

stage('Build') {
Expand Down

0 comments on commit 544e7c5

Please sign in to comment.