diff options
author | 2021-10-11 12:13:35 +0000 | |
---|---|---|
committer | 2021-10-11 12:13:35 +0000 | |
commit | b1b564d03d09cee63e072397dfb2ab1a1f59b346 (patch) | |
tree | 96a81d2654771bd95efc37d115f1953ae00f1066 /docs/src/pages/reference/cli-reference.md | |
parent | dbd2f5076b4a7d3091deccff77dd545292ee7d76 (diff) | |
download | astro-b1b564d03d09cee63e072397dfb2ab1a1f59b346.tar.gz astro-b1b564d03d09cee63e072397dfb2ab1a1f59b346.tar.zst astro-b1b564d03d09cee63e072397dfb2ab1a1f59b346.zip |
[ci] yarn format
Diffstat (limited to 'docs/src/pages/reference/cli-reference.md')
-rw-r--r-- | docs/src/pages/reference/cli-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/reference/cli-reference.md b/docs/src/pages/reference/cli-reference.md index 26b165f48..0665b35a0 100644 --- a/docs/src/pages/reference/cli-reference.md +++ b/docs/src/pages/reference/cli-reference.md @@ -27,7 +27,7 @@ This command is meant for local testing only, and is not designed to be run in p ### `astro check` -Runs diagnostics (such as type-checking) against your project and reports errors to the console. If any errors are found the process will exit with a code of __1__. +Runs diagnostics (such as type-checking) against your project and reports errors to the console. If any errors are found the process will exit with a code of **1**. This command is intended to be used in CI workflows. |