1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Add loadEnvFiles to lerna config for run command to prevent local test failures (#10251)

This commit is contained in:
Rory Powell 2023-04-11 08:04:02 +01:00 committed by GitHub
parent 069fb64245
commit e552a265f3

View file

@ -11,6 +11,9 @@
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(built-in-modules|built-ins|plugins|package)).json"
]
},
"run": {
"loadEnvFiles": false
}
}
}