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

This commit is contained in:
Claire 2024-06-24 15:49:39 +02:00
parent fcae9435ec
commit 5fd7cd79e0

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"
}