mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
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:
commit
afdf8d0591
@ -164,7 +164,7 @@ const angularCliTemplates = {
|
|||||||
'angular-cli/13-ts': {
|
'angular-cli/13-ts': {
|
||||||
name: 'Angular CLI (Version 13)',
|
name: 'Angular CLI (Version 13)',
|
||||||
script:
|
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'],
|
cadence: ['ci', 'daily', 'weekly'],
|
||||||
expected: {
|
expected: {
|
||||||
framework: '@storybook/angular',
|
framework: '@storybook/angular',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user