mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
390 B
390 B
ng deploy
Invoke the deploy builder for a project in the workspace. Note: Deployment requires setup via
ng add. More information: https://angular.dev/cli/deploy.
- Deploy the default project:
ng deploy
- Deploy a specific project:
ng deploy {{project_name}}
- Deploy using a specific configuration:
ng deploy {{[-c|--configuration]}} {{development|production|...}}