Resolve XDG_CACHE_HOME relative to CWD
This commit is contained in:
parent
d85ab889b3
commit
e248a58201
@ -228,7 +228,7 @@ export function readBuildOptions(params: { cliCommandOptions: CliCommandOptions
|
|||||||
if (process.env.XDG_CACHE_HOME !== undefined) {
|
if (process.env.XDG_CACHE_HOME !== undefined) {
|
||||||
return getAbsoluteAndInOsFormatPath({
|
return getAbsoluteAndInOsFormatPath({
|
||||||
"pathIsh": process.env.XDG_CACHE_HOME,
|
"pathIsh": process.env.XDG_CACHE_HOME,
|
||||||
"cwd": reactAppRootDirPath
|
"cwd": process.cwd()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user