mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
refactor: Revert "refactor: add YARN_CACHE_FOLDER to env"
This reverts commit f0111101c9
.
This commit is contained in:
parent
37d83cf61a
commit
b32b7447da
1 changed files with 1 additions and 4 deletions
|
@ -302,10 +302,7 @@ async function getUpdatedLockFiles(config) {
|
|||
const env =
|
||||
config.global && config.global.exposeEnv
|
||||
? process.env
|
||||
: {
|
||||
PATH: process.env.PATH,
|
||||
YARN_CACHE_FOLDER: process.env.YARN_CACHE_FOLDER,
|
||||
};
|
||||
: { PATH: process.env.PATH };
|
||||
env.NODE_ENV = 'dev';
|
||||
|
||||
for (const lockFileDir of dirs.packageLockFileDirs) {
|
||||
|
|
Loading…
Reference in a new issue