diff --git a/Jenkinsfile b/Jenkinsfile index ce3902fb..4fa19654 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,7 +89,6 @@ pipeline { stage('Docs') { steps { dir(path: 'docs') { - sh 'yarn set version berry' sh 'yarn install' sh 'yarn build' }