Skip to content

Commit

Permalink
fix: Please the pnpm gods
Browse files Browse the repository at this point in the history
My local environment always complains that:

```
! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589.
! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager
```

And adds this line to `package.json`.

So I thought I will just create a PR that will make the change so that I don't have to revert it all the time...
  • Loading branch information
MichalBryxi committed Apr 3, 2024
1 parent ee198df commit 22d5b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@
"internal": ":house: Internal",
"dependencies": ":robot: Dependencies"
}
}
},
"packageManager": "[email protected]"
}

0 comments on commit 22d5b83

Please sign in to comment.