No need to use berry yarn for docs

as the ci image uses latest yarn
This commit is contained in:
Jamie Curnow 2024-01-10 09:39:25 +10:00
parent 30772a48bd
commit be39253a6f
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

1
Jenkinsfile vendored
View File

@ -89,7 +89,6 @@ pipeline {
stage('Docs') {
steps {
dir(path: 'docs') {
sh 'yarn set version berry'
sh 'yarn install'
sh 'yarn build'
}