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 # Disable until we can enable this again
# any conflicts strict-peer-dependencies=false
strict-peer-dependencies=true
# A lot of our scripts rely on pre and post scripts, so this is necessary for # A lot of our scripts rely on pre and post scripts, so this is necessary for
# now # now
enable-pre-post-scripts=true enable-pre-post-scripts=true