Skip to content

Commit

Permalink
fixup! chore(docs): rename functions to funcs in typedoc output
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jul 18, 2024
1 parent bbfc3ea commit 38c9422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"scripts": {
"clean": "yarn lerna run --no-bail clean",
"check-dependencies": "node ./scripts/check-mismatched-dependencies.cjs",
"docs": "yarn docs:build && yarn docs:update-functions-path",
"docs": "run-s docs:build docs:update-functions-path",
"docs:build": "typedoc --tsconfig tsconfig.build.json",
"docs:markdown-for-agoric-documentation-repo": "typedoc --plugin typedoc-plugin-markdown --tsconfig tsconfig.build.json",
"docs:update-functions-path": "node ./scripts/update-typedoc-functions-path.cjs",
Expand Down

0 comments on commit 38c9422

Please sign in to comment.