Skip to content

Commit

Permalink
chore: fix plops
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 6, 2023
1 parent 221339a commit 236dd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plopfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = (plop) => {
},
{
type: 'add',
path: 'src/components/{{pascalCase name}}/{{pascalCase name}}.stories.tsx',
templateFile: 'plop-templates/Component/Component.stories.tsx.hbs',
path: 'src/components/{{pascalCase name}}/{{pascalCase name}}.stories.ts',
templateFile: 'plop-templates/Component/Component.stories.ts.hbs',
},
{
type: 'add',
Expand Down

0 comments on commit 236dd99

Please sign in to comment.