We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1667eeb + 0611f0b commit 2799a67Copy full SHA for 2799a67
content/cli/usages.md
@@ -89,6 +89,12 @@ $ nest g <schematic> <name> [options]
89
90
Compiles an application or workspace into an output folder.
91
92
+Also, the `build` command is responsible for:
93
+
94
+- mapping paths (if using path aliases) via `tsconfig-paths`
95
+- annotating DTOs with OpenAPI decorators (if `@nestjs/swagger` CLI plugin is enabled)
96
+- annotating DTOs with GraphQL decorators (if `@nestjs/graphql` CLI plugin is enabled)
97
98
```bash
99
$ nest build <name> [options]
100
```
0 commit comments