mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 16:57:51 +08:00
10 lines
313 B
Markdown
10 lines
313 B
Markdown
The `ng deploy` command is a shortcut for:
|
|
|
|
```
|
|
ng run [PROJECT_NAME]:deploy
|
|
```
|
|
|
|
It takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file.
|
|
|
|
When a project name is not supplied, the CLI will execute the `deploy` builder for the default project.
|