#How do I see the hints?

3 messages · Page 1 of 1 (latest)

white lake
#

When I build my site, it says that there are many hints:

Result (702 files): 
- 0 errors
- 0 warnings
- 544 hints

However, I don't see these hints as the site is building. How can I read them? Wouldn't it be nice if the log showed me the hints?

primal kelpBOT
#

Hi @white lake. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

To see more detailed logs while building your site, you can use the --verbose flag with the build command in your package.json script. This will provide verbose logs, which should include the hints that are being generated during the build process. Here's how you can do it:

yarn build --verbose

If you want to suppress all console output, you can use the --silent flag instead.

For more information, you can refer to the Astro CLI Commands documentation (https://docs.astro.build/en/reference/cli-reference/#packagejson-scripts).

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: