mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 16:16:27 +08:00
313 B
313 B
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.