Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix(typedoc): don't specify path in command
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <[email protected]>
  • Loading branch information
bdarcus committed May 10, 2023
1 parent cac01c7 commit 58fd5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fmt": "deno fmt ./src/",
"npm": "deno task lint && deno run -A scripts/build_npm.ts 0.1.0",
"schemas": "deno task lint && deno run -A scripts/make_schemas.ts",
"docs": "deno task lint && typedoc --tsconfig tsconfig.json --skipErrorChecking src/style.ts"
"docs": "deno task lint && typedoc --tsconfig tsconfig.json --skipErrorChecking"
},
"imports": {
"edtf": "https://esm.sh/[email protected]",
Expand Down

0 comments on commit 58fd5cf

Please sign in to comment.