Skip to content

Commit e33757a

Browse files
author
Yann VR
committed
feat(ts) story as tsx
1 parent 8e1b57c commit e33757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plopfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = function(plop) {
112112
if (data.story) {
113113
actions.push({
114114
type: 'add',
115-
path: baseDir + `/{{selectedComponentCase name}}/{{ name }}.story.${fileExt}`,
115+
path: baseDir + `/{{selectedComponentCase name}}/{{ name }}.story.${fileExt}x`,
116116
templateFile: `${templateFile}/story.hbs`,
117117
})
118118
}

0 commit comments

Comments
 (0)