Skip to content

Commit

Permalink
refactor: we could get rid of this again
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 29, 2024
1 parent 3274d61 commit 62a900e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion showcases/patternhub/scripts/generate-docs-mdx.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const generateDocsMdx = async () => {

const docsPath = `./../../packages/components/src/components/${componentName}/docs`;
if (FS.existsSync(docsPath)) {
/* eslint-disable-next-line n/no-unsupported-features/node-builtins */
FS.cpSync(docsPath, `./${componentPath}/docs`, {
recursive: true
});
Expand Down

0 comments on commit 62a900e

Please sign in to comment.