diff --git a/src/bin/shared/buildOptions.ts b/src/bin/shared/buildOptions.ts index ea3a9193..571e4170 100644 --- a/src/bin/shared/buildOptions.ts +++ b/src/bin/shared/buildOptions.ts @@ -228,7 +228,7 @@ export function readBuildOptions(params: { cliCommandOptions: CliCommandOptions if (process.env.XDG_CACHE_HOME !== undefined) { return getAbsoluteAndInOsFormatPath({ "pathIsh": process.env.XDG_CACHE_HOME, - "cwd": reactAppRootDirPath + "cwd": process.cwd() }); }