From c14940c9bc858f27f0ab4d229085263e987ad78a Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Mon, 24 Nov 2025 06:19:34 -0800 Subject: [PATCH] Update README with error logs access information Added note about accessing error logs during docs build. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03e6c906..1f004fc9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,9 @@ All commands are run from the root of the project, from a terminal: | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `npm run astro -- --help` | Get help using the Astro CLI | +> [!NOTE] +> To access error logs and help you proactively tackle docs build issues, simply run `npm run build` locally on your machine in your docs repo. + ### 👀 Want to learn more? Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).