Skip to content

Commit

Permalink
DOP-5238 cd into laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Dec 16, 2024
1 parent 964e736 commit a1c4a8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/populate-metadata/src/updateConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ const cloneContentRepo = async ({
);

if (repoName === 'docs-laravel') {
await run.command(`cd ${process.cwd()}/${repoName}`);
await run.command('ls');
await run.command('git submodule update --init --recursive');
await run.command('echo submdoule updated successfully');
await run.command('echo submodule updated successfully');

await run.command('mkdir source && cp -r laravel-mongodb/docs/* source');
await run.command('ls');
Expand Down

0 comments on commit a1c4a8a

Please sign in to comment.