Merge pull request #3313 from bluesky-social/samuel/package-manager-field
Specify package manager in package.jsonzio/stable
commit
e874dd290e
|
@ -5,6 +5,7 @@
|
|||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"packageManager": "yarn@1.22.19",
|
||||
"scripts": {
|
||||
"prepare": "is-ci || husky install",
|
||||
"postinstall": "patch-package && yarn intl:compile",
|
||||
|
|
Loading…
Reference in New Issue