Fix for issue #8869
Signed-off-by: snehaljos <joyalsnehal3421@gmail.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
f869d916a8
commit
30b67162b3
@@ -18,7 +18,7 @@ module.exports = ({ args }) => {
|
||||
// If it's called with args, each arg should be the path to a package that we will
|
||||
// show the stories from, for example `yarn storybook plugins/catalog`.
|
||||
|
||||
const rootPath = '../../..';
|
||||
const rootPath = '../../';
|
||||
const storiesSrcGlob = 'src/**/*.stories.tsx';
|
||||
|
||||
const getStoriesPath = package =>
|
||||
Reference in New Issue
Block a user