We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2228d8 commit cbd0e55Copy full SHA for cbd0e55
Jenkinsfile
@@ -4,7 +4,7 @@ def installBuildRequirements(){
4
def nodeHome = tool 'nodejs-14.19.1'
5
env.PATH="${env.PATH}:${nodeHome}/bin"
6
sh "npm install -g typescript"
7
- sh 'npm install -g "vsce"'
+ sh 'npm install -g --force "@vscode/vsce"'
8
sh 'npm install -g "ovsx"'
9
}
10
0 commit comments