Skip to content

Commit

Permalink
fix: add packageManager to the manifest
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 May 2, 2024
1 parent 2bd472f commit c10b8f7
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 c10b8f7

Please sign in to comment.