Skip to content

Commit

Permalink
fix yarn docs:build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 5, 2022
1 parent 0d0476c commit 2377896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const MONOREPO_PACKAGES = {
'@mui/types': path.resolve(MONORPO_PATH, './packages/mui-types'),
'@mui/markdown': path.resolve(MONORPO_PATH, './docs/packages/markdown'),
'@mui/utils': path.resolve(MONORPO_PATH, './packages/mui-utils'),
'packages/mui-material': path.resolve(MONORPO_PATH, './packages/mui-material'),
'packages/mui-joy': path.resolve(MONORPO_PATH, './packages/mui-joy'),
'packages/mui-base': path.resolve(MONORPO_PATH, './packages/mui-base'),
'packages/mui-system': path.resolve(MONORPO_PATH, './packages/mui-system'),
};

/**
Expand Down

0 comments on commit 2377896

Please sign in to comment.