Skip to content

Commit

Permalink
Revert "add temporary example template with inDevelopment"
Browse files Browse the repository at this point in the history
This reverts commit 2c03bdf.
  • Loading branch information
yannbf committed Dec 2, 2022
1 parent 46182f2 commit 1bb7082
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/lib/cli/src/repro-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ export const allTemplates: Record<string, Template> = {
builder: '@storybook/builder-webpack5',
},
},
'new-framework/default-js': {
name: 'Just testing',
inDevelopment: true,
script: 'yarn create next-app {{beforeDir}} --javascript --eslint',
expected: {
framework: '@storybook/nextjs',
renderer: '@storybook/react',
builder: '@storybook/builder-webpack5',
},
},
'react-vite/default-js': {
name: 'React Vite (JS)',
script: 'yarn create vite . --template react',
Expand Down

0 comments on commit 1bb7082

Please sign in to comment.