Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed May 13, 2021
1 parent b9a3290 commit 7ffb9ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ def installBuildRequirements(){
def nodeHome = tool 'nodejs-12.20.0'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install --global yarn"
env.PATH="${env.PATH}:`yarn global bin`"
sh "yarn global add typescript"
sh "yarn global add vsce"
sh "npm install --global vsce"
}

def buildVscodeExtension(){
Expand Down

0 comments on commit 7ffb9ba

Please sign in to comment.