ng-run: add page (#20961)

This commit is contained in:
Sahil Afrid Farookhi
2026-02-01 22:16:08 -06:00
committed by GitHub
parent e4630e07e1
commit 44d2c3838e
+8
View File
@@ -0,0 +1,8 @@
# ng run
> Run an Architect target with an optional custom builder configuration.
> More information: <https://angular.dev/cli/run>.
- Run an Architect target using the format `project:target:configuration`:
`ng run {{project_name}}:{{build|serve|test|lint|...}}:{{development|production|...}}`