Skip to content

Commit

Permalink
Merge pull request #23331 from storybookjs/valentin/add-angular-15-sa…
Browse files Browse the repository at this point in the history
…ndbox-and-drop-angular-14

Sandboxes: Add Angular 15 sandbox and drop Angular 14 sandbox
  • Loading branch information
valentinpalkovic authored Jul 10, 2023
2 parents a13ac8a + 636f4f2 commit b4173d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,12 @@ const baseTemplates = {
},
skipTasks: ['e2e-tests-dev', 'bench'],
},
'angular-cli/14-ts': {
name: 'Angular CLI (Version 14)',
'angular-cli/15-ts': {
name: 'Angular CLI (Version 15)',
script:
'npx -p @angular/cli@14 ng new angular-v14 --directory {{beforeDir}} --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn',
'npx -p @angular/cli@15 ng new angular-v15 --directory {{beforeDir}} --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn',
// TODO: Remove as soon as available
inDevelopment: true,
expected: {
framework: '@storybook/angular',
renderer: '@storybook/angular',
Expand Down Expand Up @@ -551,7 +553,7 @@ export const merged: TemplateKey[] = [
...pr,
'react-webpack/18-ts',
'react-webpack/17-ts',
'angular-cli/14-ts',
'angular-cli/15-ts',
'preact-webpack5/default-ts',
'preact-vite/default-ts',
'html-webpack/default',
Expand Down

0 comments on commit b4173d6

Please sign in to comment.