From b4ccacda24b9d4bdbc46c82c38f97ae4231ab83b Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 13 Feb 2024 17:43:41 +0100 Subject: [PATCH] docs: add aliases fo `type-check` command (#10004) see https://github.com/redwoodjs/redwood/blob/0ef0289221781e9d2751507f1a17607694b43255/packages/cli/src/commands/type-check.js#L6 --- docs/docs/cli-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cli-commands.md b/docs/docs/cli-commands.md index a15d643362e4..ae9254457aa6 100644 --- a/docs/docs/cli-commands.md +++ b/docs/docs/cli-commands.md @@ -2156,7 +2156,7 @@ yarn redwood test [side..] > **Note** all other flags are passed onto the jest cli. So for example if you wanted to update your snapshots you can pass the `-u` flag -## type-check +## type-check (alias tsc or tc) Runs a TypeScript compiler check on both the api and the web sides.