Specify yarn version to avoid confusion with main which uses Yarn 4

pull/30904/head
Claire 2024-06-24 15:49:39 +02:00
parent fcae9435ec
commit 5fd7cd79e0
1 changed files with 2 additions and 1 deletions

View File

@ -226,5 +226,6 @@
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop --force-exclusion -a",
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{css,scss}": "stylelint --fix"
}
},
"packageManager": "yarn@1.22.22"
}