Skip to content

Commit e7ae9f6

Browse files
committed
docs: remove ngx-deploy-npm from missing deploy targets
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)
1 parent 3deb0d4 commit e7ae9f6

File tree

1 file changed

+1
-5
lines changed
  • packages/angular/cli/src/commands/deploy

1 file changed

+1
-5
lines changed

packages/angular/cli/src/commands/deploy/cli.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import { join } from 'path';
9+
import { join } from 'node:path';
1010
import { MissingTargetChoice } from '../../command-builder/architect-base-command-module';
1111
import { ArchitectCommandModule } from '../../command-builder/architect-command-module';
1212
import { CommandModuleImplementation } from '../../command-builder/command-module';
@@ -29,10 +29,6 @@ export default class DeployCommandModule
2929
name: 'Netlify',
3030
value: '@netlify-builder/deploy',
3131
},
32-
{
33-
name: 'NPM',
34-
value: 'ngx-deploy-npm',
35-
},
3632
{
3733
name: 'GitHub Pages',
3834
value: 'angular-cli-ghpages',

0 commit comments

Comments
 (0)