Skip to content

Commit

Permalink
Merge pull request #24100 from storybookjs/revert-24033-fix-angular-p…
Browse files Browse the repository at this point in the history
…rerelease-sandbox

Revert: Sandboxes: Use Node 18 to generate Angular prerelease sandboxes
(cherry picked from commit 32e8c0b)
  • Loading branch information
yannbf authored and storybook-bot committed Sep 8, 2023
1 parent 86775b8 commit f8dd2a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ const baseTemplates = {
builder: '@storybook/builder-webpack5',
},
skipTasks: ['e2e-tests-dev', 'bench'],
// TODO: Can be enabled once we re-revert this PR: https://github.com/storybookjs/storybook/pull/24033
inDevelopment: true,
},
'angular-cli/default-ts': {
name: 'Angular CLI (latest)',
Expand Down

0 comments on commit f8dd2a9

Please sign in to comment.