We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ngx-deploy-npm
1 parent 3deb0d4 commit e7ae9f6Copy full SHA for e7ae9f6
packages/angular/cli/src/commands/deploy/cli.ts
@@ -6,7 +6,7 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import { join } from 'path';
+import { join } from 'node:path';
10
import { MissingTargetChoice } from '../../command-builder/architect-base-command-module';
11
import { ArchitectCommandModule } from '../../command-builder/architect-command-module';
12
import { CommandModuleImplementation } from '../../command-builder/command-module';
@@ -29,10 +29,6 @@ export default class DeployCommandModule
29
name: 'Netlify',
30
value: '@netlify-builder/deploy',
31
},
32
- {
33
- name: 'NPM',
34
- value: 'ngx-deploy-npm',
35
- },
36
{
37
name: 'GitHub Pages',
38
value: 'angular-cli-ghpages',
0 commit comments