mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 00:31:36 +08:00
feat(@angular-devkit/schematics): support pnpm as a package manager option
This commit is contained in:
parent
a6f51f566e
commit
43a968942c
@ -40,6 +40,13 @@ const packageManagers: { [name: string]: PackageManagerProfile } = {
|
|||||||
installPackage: 'add',
|
installPackage: 'add',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'pnpm': {
|
||||||
|
quietArgument: '--silent',
|
||||||
|
commands: {
|
||||||
|
installAll: 'install',
|
||||||
|
installPackage: 'install',
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export class UnknownPackageManagerException extends BaseException {
|
export class UnknownPackageManagerException extends BaseException {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user