Skip to content

Commit

Permalink
Merge pull request #19498 from storybookjs/fix-angular-13-ts-repro-ap…
Browse files Browse the repository at this point in the history
…p-name

refactor(cli): rename "latest" to "v13" app name in angular v13 repro template
  • Loading branch information
tmeasday authored Oct 16, 2022
2 parents 1b333b1 + e36602b commit afdf8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/repro-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const angularCliTemplates = {
'angular-cli/13-ts': {
name: 'Angular CLI (Version 13)',
script:
'npx -p @angular/cli@13 ng new angular-latest --directory . --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn',
'npx -p @angular/cli@13 ng new angular-v13 --directory . --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn',
cadence: ['ci', 'daily', 'weekly'],
expected: {
framework: '@storybook/angular',
Expand Down

0 comments on commit afdf8d0

Please sign in to comment.