Skip to content

Commit 8262529

Browse files
committed
build: add the command to generate docs on local environments
1 parent 053151e commit 8262529

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deno.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"type-check": "deno check --remote **/*.ts",
2020
"test": "deno test --allow-read=./ --doc --parallel --shuffle --no-check",
2121
"coverage": "deno test --allow-read=./ --parallel --shuffle --coverage --no-check && deno coverage --html",
22+
"doc": "deno doc --html mod.ts",
2223
// from https://github.com/jsr-core/unknownutil/blob/v4.2.2/deno.jsonc#L84-L85
2324
"update": "deno outdated --update",
2425
"update:commit": "deno task -q update --commit --prefix deps: --pre-commit=fix"
@@ -60,7 +61,8 @@
6061
]
6162
},
6263
"exclude": [
63-
"coverage/"
64+
"coverage/",
65+
"docs/"
6466
],
6567
"lint": {
6668
"exclude": [

0 commit comments

Comments
 (0)