Skip to content

Commit

Permalink
docs: remove ngx-deploy-npm from missing deploy targets
Browse files Browse the repository at this point in the history
This package will no longer support Angular CLI workspaces in the next major version. Instead they will soley support NX.

See: https://dev.to/dianjuar/whats-coming-to-ngx-deploy-npm-v8-23gn and angular/angular#53999
(cherry picked from commit 7717dba)
  • Loading branch information
alan-agius4 committed Jan 25, 2024
1 parent 3deb0d4 commit e7ae9f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/angular/cli/src/commands/deploy/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

import { join } from 'path';
import { join } from 'node:path';
import { MissingTargetChoice } from '../../command-builder/architect-base-command-module';
import { ArchitectCommandModule } from '../../command-builder/architect-command-module';
import { CommandModuleImplementation } from '../../command-builder/command-module';
Expand All @@ -29,10 +29,6 @@ export default class DeployCommandModule
name: 'Netlify',
value: '@netlify-builder/deploy',
},
{
name: 'NPM',
value: 'ngx-deploy-npm',
},
{
name: 'GitHub Pages',
value: 'angular-cli-ghpages',
Expand Down

0 comments on commit e7ae9f6

Please sign in to comment.