diff --git a/packages/docs-site/README.md b/packages/docs-site/README.md index e063c7f2..093b9612 100644 --- a/packages/docs-site/README.md +++ b/packages/docs-site/README.md @@ -26,7 +26,7 @@ All commands are run from the root of the project, from a terminal: | `pnpm run preview` | Preview your build locally, before deploying | | `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `pnpm run astro -- --help` | Get help using the Astro CLI | -| `cd ../../ && pnpm build:libs` | Run at root to build the libraries for the docs site | +| `pnpm run -w build:libs` | Run at root to build the libraries for the docs site | ## 👀 Want to learn more?