We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ba59a commit 86418c8Copy full SHA for 86418c8
scripts/docgen/docgen.ts
@@ -73,9 +73,7 @@ async function generateDocs(forDevsite: boolean = false) {
73
74
// TODO: Throw error if path doesn't exist once all packages add markdown support.
75
const apiJsonDirectories = (
76
- await mapWorkspaceToPackages([
77
- `${projectRoot}/packages/*`
78
- ])
+ await mapWorkspaceToPackages([`${projectRoot}/packages/*`])
79
)
80
.map(path => `${path}/temp`)
81
.filter(path => fs.existsSync(path));
0 commit comments