You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ All commands are run from the root of the project, from a terminal:
53
53
|`npm run astro ...`| Run CLI commands like `astro add`, `astro check`|
54
54
|`npm run astro -- --help`| Get help using the Astro CLI |
55
55
56
+
> [!NOTE]
57
+
> 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.
58
+
56
59
### 👀 Want to learn more?
57
60
58
61
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).
0 commit comments