Skip to content

Commit

Permalink
Change how --skip-install gets passed to @angular/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jun 7, 2022
1 parent 90819e3 commit 9e24bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/repro-generators/configs.ts
Expand Up @@ -119,7 +119,7 @@ const baseAngular: Parameters = {
framework: 'angular',
name: 'angular',
version: 'latest',
generator: `npx -p @angular/cli@{{version}} ng new {{appName}} --routing=true --minimal=true --style=scss --skipInstall=true --strict`,
generator: `npx -p @angular/cli@{{version}} ng new {{appName}} --routing=true --minimal=true --style=scss --skip-install --strict`,
};

export const angular10: Parameters = {
Expand Down

0 comments on commit 9e24bec

Please sign in to comment.