Skip to content

Commit ee50068

Browse files
committed
Use the vsce in the @vscode namespace
- Remove the old `vsce` from the `package-lock.json` Signed-off-by: David Thompson <[email protected]>
1 parent 6a22c75 commit ee50068

File tree

2 files changed

+7801
-3598
lines changed

2 files changed

+7801
-3598
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ node('rhel8'){
2222
stage('Install requirements') {
2323
def nodeHome = tool 'nodejs-14.19.1'
2424
env.PATH="${env.PATH}:${nodeHome}/bin"
25-
sh 'npm install -g typescript vsce'
25+
sh 'npm install -g typescript'
26+
sh 'npm install -g -f "@vscode/vsce"'
2627
}
2728

2829
stage('Build') {

0 commit comments

Comments
 (0)