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(
8888
8989 if ( options . packageName ) {
9090 if ( options . command === 'install' ) {
91- args . push ( packageManagerProfile . commands . installPackage ) ;
91+ args . push ( taskPackageManagerProfile . commands . installPackage ) ;
9292 }
9393 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 ) ;
9696 }
9797
9898 if ( options . quiet && taskPackageManagerProfile . quietArgument ) {
You can’t perform that action at this time.
0 commit comments