Replies: 1 comment
-
I had a similar problem with my storyIgnored: ['**/node_modules/**', '**/dist/**', '.env*'], |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried histoire on Docker container.
I placed package.json to container root and placed histoire.config.ts.
However, storyMatch config is ignored and scanned unintentionally
files.
this issue loooks to be caused by this while condition.
https://github.com/histoire-dev/histoire/blob/main/packages/histoire/src/node/util/find-up.ts#L13
base image: node:16-slim
Beta Was this translation helpful? Give feedback.
All reactions