Skip to content

Commit

Permalink
Merge pull request #21913 from storybookjs/norebrt/remove-pnp-template
Browse files Browse the repository at this point in the history
Build: remove pnp sandbox template
  • Loading branch information
ndelangen authored Apr 4, 2023
2 parents a9a23da + d2d3c2f commit dc09f76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/lib/cli/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,13 @@ const internalTemplates = {
},
},
},
'internal/pnp': {
...baseTemplates['cra/default-ts'],
name: 'PNP (cra/default-ts)',
script: 'yarn create react-app . --use-pnp',
isInternal: true,
inDevelopment: true,
},
// 'internal/pnp': {
// ...baseTemplates['cra/default-ts'],
// name: 'PNP (cra/default-ts)',
// script: 'yarn create react-app . --use-pnp',
// isInternal: true,
// inDevelopment: true,
// },
} satisfies Record<`internal/${string}`, Template & { isInternal: true }>;

export const allTemplates: Record<TemplateKey, Template> = {
Expand Down

0 comments on commit dc09f76

Please sign in to comment.