Skip to content

Commit 22d5b83

Browse files
committed
fix: Please the pnpm gods
My local environment always complains that: ``` ! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing pnpm@8.15.5+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...
1 parent ee198df commit 22d5b83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
"internal": ":house: Internal",
100100
"dependencies": ":robot: Dependencies"
101101
}
102-
}
102+
},
103+
"packageManager": "pnpm@8.13.1"
103104
}

0 commit comments

Comments
 (0)