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.
1 parent 9760ef9 commit c894e10Copy full SHA for c894e10
docs/documentation/build.md
@@ -13,6 +13,10 @@ ng build
13
14
The build artifacts will be stored in the `dist/` directory.
15
16
+All commands that build or serve your project, `ng build/serve/e2e`, will delete the output
17
+directory (`dist/` by default).
18
+This can be disabled via the `--no-delete-output-path` (or `--delete-output-path=false`) flag.
19
+
20
### Build Targets and Environment Files
21
22
`ng build` can specify both a build target (`--target=production` or `--target=development`) and an
0 commit comments