Skip to content

Commit

Permalink
fix: typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Sep 17, 2024
1 parent ddcd943 commit 657b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/generate-type-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const extractTypesForFramework = async (framework: string) => {
.filter(Boolean)
.reduce((acc, value) => {
return { ...acc, ...value }
})
}, {})

fs.outputFileSync(
path.join(outDir, framework, `${path.basename(component)}.types.json`),
Expand Down

0 comments on commit 657b944

Please sign in to comment.