Skip to content

Commit 86418c8

Browse files
committed
prettier
1 parent 80ba59a commit 86418c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/docgen/docgen.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ async function generateDocs(forDevsite: boolean = false) {
7373

7474
// TODO: Throw error if path doesn't exist once all packages add markdown support.
7575
const apiJsonDirectories = (
76-
await mapWorkspaceToPackages([
77-
`${projectRoot}/packages/*`
78-
])
76+
await mapWorkspaceToPackages([`${projectRoot}/packages/*`])
7977
)
8078
.map(path => `${path}/temp`)
8179
.filter(path => fs.existsSync(path));

0 commit comments

Comments
 (0)