From 3543736864ad9e61d73cedce3c291c86c6899b0e Mon Sep 17 00:00:00 2001 From: Gianfranco Elli <50778278+gianelli99@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:46:58 -0300 Subject: [PATCH] docs: add missing `apps` folder in `prune` command reference (#9658) ### Description Hi everyone! I found that an example in the `prune` command reference shows an incorrect folder structure: `frontend` workspace is initially inside `apps` folder, but it's shown inside `packages` folder in the output example of `docker prune fronted --docker` ### Screenshots After running `turbo prune docs --docker`, (think of `docs` as an equivalent of `frontend`) I get the following structure: ![image](https://github.com/user-attachments/assets/4b033881-6ab8-494a-9540-3455d203375d) ### Testing Instructions To reproduce it, I created a new turborepo project, and the run `turbo prune docs --docker`. --- docs/repo-docs/reference/prune.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/repo-docs/reference/prune.mdx b/docs/repo-docs/reference/prune.mdx index cb70ef24ba1f9..cff6d8ae52ff9 100644 --- a/docs/repo-docs/reference/prune.mdx +++ b/docs/repo-docs/reference/prune.mdx @@ -179,6 +179,11 @@ Using the same example from above, running `turbo prune frontend --docker` will + + + + + @@ -186,9 +191,6 @@ Using the same example from above, running `turbo prune frontend --docker` will - - -