Skip to content

Commit 8677707

Browse files
Update content/openapi/cli-plugin.md
1 parent 9b6666c commit 8677707

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

content/openapi/cli-plugin.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -187,26 +187,6 @@ export interface PluginOptions {
187187
</table>
188188

189189
Make sure to delete the `/dist` folder and rebuild your application whenever plugin options are updated.
190-
191-
```bash
192-
$ nest build
193-
```
194-
195-
Or you can configure `package.json` with the following scripts
196-
197-
```json
198-
"prebuild": "rimraf dist",
199-
"build": "nest build",
200-
```
201-
202-
and run it using
203-
204-
```bash
205-
$ npm run build
206-
```
207-
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-
210190
If you don't use the CLI but instead have a custom `webpack` configuration, you can use this plugin in combination with `ts-loader`:
211191

212192
```javascript

0 commit comments

Comments
 (0)