Skip to content

Commit

Permalink
Merge pull request #1885 from endojs/ta/npx-typedoc
Browse files Browse the repository at this point in the history
npx typedoc
  • Loading branch information
turadg authored Dec 5, 2023
2 parents 4217f25 + 660e4fd commit 577a9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
# Generate the TypeDoc site
- run: yarn docs
- run: npx typedocs
- uses: actions/upload-pages-artifact@v2
with:
path: ./api-docs # the "out" path in typedoc.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean": "lerna clean",
"cover": "lerna run cover",
"depcheck": "node scripts/check-mismatched-dependencies.js",
"docs": "typedoc --tsconfig tsconfig.build.json",
"docs": "typedoc",
"update": "lernaupdate --dedupe",
"format": "yarn prettier --write .github packages",
"lint": "yarn prettier --check .github packages && lerna run lint",
Expand Down

0 comments on commit 577a9d0

Please sign in to comment.