Skip to content

Commit c287628

Browse files
committed
fix: remove pnpm sha512 hash from packageManager field
The hash in packageManager field caused Corepack to fail with "Mismatch hashes" error in CI. Using version only is sufficient.
1 parent 72f025e commit c287628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
"dependencies": {
6868
"rspress": "^1.47.1"
6969
},
70-
"packageManager": "pnpm@10.11.0+sha512.86138b99a3a32ba23665c3a261624286ac51e6078980fa11b9092626379708cdd4d96b29e339820a62ae21da9fd56f5640ab75f830c8ca0fe071529d912a28e1"
70+
"packageManager": "pnpm@10.11.0"
7171
}

0 commit comments

Comments
 (0)