Merge pull request #19498 from storybookjs/fix-angular-13-ts-repro-app-name

refactor(cli): rename "latest" to "v13" app name in angular v13 repro template
This commit is contained in:
Tom Coleman 2022-10-17 09:34:04 +11:00 committed by GitHub
commit afdf8d0591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',