Skip to content

Commit

Permalink
fix: typedoc release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonka83 committed Oct 31, 2023
1 parent a9a2805 commit 656a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typedoc/src/main/ts/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

const install: Install = {
data: (pkg) => [
pkg.leaf || pkg.unit
pkg.leaf
? {
'.releaserc.json': {
ghPages: `gh-pages target/docs ${pkg.relPath}`,
Expand Down

0 comments on commit 656a142

Please sign in to comment.