From b2073be2165a56e00e80813e59c51b405114dc4b Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Tue, 24 Dec 2024 21:19:10 -0800 Subject: [PATCH] Update packages/docs-site/README.md Co-authored-by: Phil Miller --- packages/docs-site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?