Skip to content

Commit cbbbdd8

Browse files
authored
ui: Explicitly set pnpm version to enable vercel builds (#5786)
* ui: Explicitly set pnpm version to enable vercel builds * Added pnpm version to web package.json as well. * Set pnpm version in root package.json as well * Removed the unwanted config changes
1 parent a3581fc commit cbbbdd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"@typescript-eslint/parser": "5.62.0",
55
"all-contributors-cli": "6.26.1",
66
"ts-protoc-gen": "0.15.0"
7-
}
7+
},
8+
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
89
}

0 commit comments

Comments
 (0)