Fix for issue #8869

Signed-off-by: snehaljos <joyalsnehal3421@gmail.com>
This commit is contained in:
snehaljos
2022-01-17 21:45:54 +05:30
committed by Patrik Oldsberg
parent f869d916a8
commit 30b67162b3
7 changed files with 1 additions and 1 deletions
@@ -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 =>