diff --git a/packages/astro/src/cli/check/index.ts b/packages/astro/src/cli/check/index.ts index 10840aed1..2c7f9bb4d 100644 --- a/packages/astro/src/cli/check/index.ts +++ b/packages/astro/src/cli/check/index.ts @@ -91,7 +91,7 @@ export async function check( tables: { Flags: [ ['--watch', 'Watch Astro files for changes and re-run checks.'], - ['--help (-h)', 'See all available flags.'] + ['--help (-h)', 'See all available flags.'], ], }, description: `Runs diagnostics against your project and reports errors to the console.`,