Fix build failure on PNPM version mismatch (#576)

This commit is contained in:
Aiden 2024-05-22 15:29:24 -04:00 committed by GitHub
parent 20a9e2708e
commit 79ab3cabb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.npmrc
View file

@ -1,3 +1,4 @@
node-linker=hoisted node-linker=hoisted
public-hoist-pattern=* public-hoist-pattern=*
shamefully-hoist=true shamefully-hoist=true
package-manager-strict=false