Skip to content

Commit

Permalink
fix: fix yarnlint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Sep 27, 2023
1 parent 2821918 commit fb7f9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs-website/generateDocsDir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function list_markdown_files(): string[] {
.trim()
.split("\n");
let all_generated_markdown_files = execSync(
"cd .. && ls docs/generated/**/**/*.md && ls docs/generated/**/*.md",
"cd .. && ls docs/generated/**/**/*.md && ls docs/generated/**/*.md"
)
.toString()
.trim()
Expand Down
4 changes: 1 addition & 3 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,7 @@ module.exports = {
],
},
{
Guides: [
"docs/features/feature-guides/ui-lineage",
],
Guides: ["docs/features/feature-guides/ui-lineage"],
},
],
},
Expand Down

0 comments on commit fb7f9d2

Please sign in to comment.