We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053151e commit 8262529Copy full SHA for 8262529
deno.jsonc
@@ -19,6 +19,7 @@
19
"type-check": "deno check --remote **/*.ts",
20
"test": "deno test --allow-read=./ --doc --parallel --shuffle --no-check",
21
"coverage": "deno test --allow-read=./ --parallel --shuffle --coverage --no-check && deno coverage --html",
22
+ "doc": "deno doc --html mod.ts",
23
// from https://github.com/jsr-core/unknownutil/blob/v4.2.2/deno.jsonc#L84-L85
24
"update": "deno outdated --update",
25
"update:commit": "deno task -q update --commit --prefix deps: --pre-commit=fix"
@@ -60,7 +61,8 @@
60
61
]
62
},
63
"exclude": [
- "coverage/"
64
+ "coverage/",
65
+ "docs/"
66
],
67
"lint": {
68
0 commit comments