Skip to content

Commit 87d425b

Browse files
committed
refactor(@angular/cli): remove unused npm install task type
1 parent 2af2b67 commit 87d425b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/angular/cli/tasks/npm-install.ts

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
import { logging, terminal } from '@angular-devkit/core';
1010
import { spawn } from 'child_process';
1111

12-
13-
export type NpmInstall = (packageName: string,
14-
logger: logging.Logger,
15-
packageManager: string,
16-
projectRoot: string,
17-
save?: boolean) => Promise<void>;
18-
1912
export default async function (packageName: string,
2013
logger: logging.Logger,
2114
packageManager: string,

0 commit comments

Comments
 (0)