astro 0.20.10
Patch Changes
-
dbd2f507: Adds the
astro checkcommandThis adds a new command,
astro checkwhich runs diagnostics on a project. The same diagnostics run within the Astro VSCode plugin! Just run:astro checkWhich works a lot like
tscand will give you error messages, if any were found. We recommend adding this to your CI setup to prevent errors from being merged.