Skip to content

Commit cbd0e55

Browse files
committed
React to vsce renaming to @vscode/vsce.
- Use --force to override any older vsce provided by NodeJS tooling Signed-off-by: Roland Grunberg <[email protected]>
1 parent a2228d8 commit cbd0e55

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
@@ -4,7 +4,7 @@ def installBuildRequirements(){
44
def nodeHome = tool 'nodejs-14.19.1'
55
env.PATH="${env.PATH}:${nodeHome}/bin"
66
sh "npm install -g typescript"
7-
sh 'npm install -g "vsce"'
7+
sh 'npm install -g --force "@vscode/vsce"'
88
sh 'npm install -g "ovsx"'
99
}
1010

0 commit comments

Comments
 (0)