Skip to content

Commit

Permalink
chore(docs): fix typedoc not rendered correctly on gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Oct 24, 2023
1 parent f1caa3a commit 89efe9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ contracts/compiled
examples/*/pnpm-lock.yaml
pnpm-debug.log
docs-json
./docs
.next
packages/docs
docs
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"postinstall": "pnpm build",
"typedoc": "typedoc",
"typedoc:all": "pnpm run --parallel --aggregate-output --reporter append-only typedoc",
"typedoc:publish": "gh-pages -m \"[ci skip] Update typedoc docs\" -d docs",
"typedoc:publish": "gh-pages -m \"[ci skip] Update typedoc docs\" -d docs --dotfiles",
"format": "prettier --check \"./**/*.ts\" README.md",
"format:fix": "prettier --write \"./**/*.ts\" README.md",
"lint": "pnpm run --parallel --aggregate-output --reporter append-only lint",
Expand Down

0 comments on commit 89efe9a

Please sign in to comment.