Skip to content
Snippets Groups Projects
Commit 8a56f529 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(composer): correct cwd to nested composer files

Closes #5260
parent 86543938
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ export async function updateArtifacts({
await fs.outputFile(localAuthFileName, JSON.stringify(authJson));
}
const execOptions: ExecOptions = {
cwd,
extraEnv: {
COMPOSER_CACHE_DIR: cacheDir,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment