Skip to content

Commit

Permalink
chore: add packageManager to the manifest (#732)
Browse files Browse the repository at this point in the history
to let corepack take care of yarn version resolution,
so that the user does not have to install different
versions of yarn on their machine
  • Loading branch information
vecerek committed Jun 21, 2024
1 parent 4547e62 commit 150eec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"packages/plugins/other/*",
"packages/presets/*"
],
"packageManager": "yarn@1.22.22",
"scripts": {
"build": "bob build",
"ci:lint": "eslint --ext .ts . --output-file eslint_report.json --format json",
Expand Down

0 comments on commit 150eec6

Please sign in to comment.