ci: fix story impl files were ignored
This commit is contained in:
parent
fa60f54bc5
commit
d2d17847dc
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ fs.readFile(
|
|||
path.resolve(__dirname, '../../..', arg)
|
||||
)
|
||||
)
|
||||
.map((path) => path.replace(/(?:(?<=\.stories)\.(?:impl|meta)|\.msw)(?=\.ts$)/g, ''))
|
||||
.map((path) => (path.startsWith('.') ? path : `./${path}`))
|
||||
);
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue