fix(pnpm): disable strict peers flag (#49934)

This commit is contained in:
Mrugesh Mohapatra
2023-04-03 22:00:11 +05:30
committed by GitHub
parent 16a1f915d6
commit 6b0f5ebc06

5
.npmrc
View File

@@ -1,6 +1,5 @@
# Particularly since we're installing them automatically, we want to know about
# any conflicts
strict-peer-dependencies=true
# Disable until we can enable this again
strict-peer-dependencies=false
# A lot of our scripts rely on pre and post scripts, so this is necessary for
# now
enable-pre-post-scripts=true