Skip to content

Commit be39253

Browse files
committedJan 9, 2024
No need to use berry yarn for docs
as the ci image uses latest yarn
1 parent 30772a4 commit be39253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pipeline {
8989
stage('Docs') {
9090
steps {
9191
dir(path: 'docs') {
92-
sh 'yarn set version berry'
9392
sh 'yarn install'
9493
sh 'yarn build'
9594
}

0 commit comments

Comments
 (0)
Please sign in to comment.