Skip to content

Commit 5bd6a0d

Browse files
authored
docs(openapi): add compiler option to delete dist
1 parent 0fefd67 commit 5bd6a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/openapi/cli-plugin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ and run it using
205205
$ npm run build
206206
```
207207

208+
> info **Hint** Setting `"deleteOutDir": true` in [Global Compiler Options](https://docs.nestjs.com/cli/monorepo#global-compiler-options) will remove the compilation output directory everytime `nest build` is invoked
209+
208210
If you don't use the CLI but instead have a custom `webpack` configuration, you can use this plugin in combination with `ts-loader`:
209211

210212
```javascript

0 commit comments

Comments
 (0)