Merge pull request #3313 from bluesky-social/samuel/package-manager-field

Specify package manager in package.json
zio/stable
Samuel Newman 2024-03-21 17:25:40 +00:00 committed by GitHub
commit e874dd290e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "yarn@1.22.19",
"scripts": {
"prepare": "is-ci || husky install",
"postinstall": "patch-package && yarn intl:compile",