summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ematipico <ematipico@users.noreply.github.com> 2023-03-20 18:46:54 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-03-20 18:46:54 +0000
commit00838b9856346fa7606445b5ccaf8ff77d012ec8 (patch)
tree2ac368ee8e22321d2d053911a798df142ff717fb
parent68988425119255382f94c983796574050006f003 (diff)
downloadastro-00838b9856346fa7606445b5ccaf8ff77d012ec8.tar.gz
astro-00838b9856346fa7606445b5ccaf8ff77d012ec8.tar.zst
astro-00838b9856346fa7606445b5ccaf8ff77d012ec8.zip
[ci] format
-rw-r--r--packages/astro/src/cli/check/index.ts2
1 files changed, 1 insertions, 1 deletions
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.`,