File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/angular_devkit/schematics/tasks/node-package Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ export default function(
88
88
89
89
if ( options . packageName ) {
90
90
if ( options . command === 'install' ) {
91
- args . push ( packageManagerProfile . commands . installPackage ) ;
91
+ args . push ( taskPackageManagerProfile . commands . installPackage ) ;
92
92
}
93
93
args . push ( options . packageName ) ;
94
- } else if ( options . command === 'install' && packageManagerProfile . commands . installAll ) {
95
- args . push ( packageManagerProfile . commands . installAll ) ;
94
+ } else if ( options . command === 'install' && taskPackageManagerProfile . commands . installAll ) {
95
+ args . push ( taskPackageManagerProfile . commands . installAll ) ;
96
96
}
97
97
98
98
if ( options . quiet && taskPackageManagerProfile . quietArgument ) {
You can’t perform that action at this time.
0 commit comments