Skip to content

Commit

Permalink
Add docs tasks to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 8, 2024
1 parent 1c8b522 commit a799fbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/browser/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
},
"test": "deno test -A src/",
"test:watch": "deno test -A --watch src/",
"docs:serve": {
"command": "deno run -A jsr:@std/http/file-server --host 127.0.0.1 docs/",
"dependencies": [
"docs:html"
]
},
"docs:html": "deno doc --html src/index.ts",
"docs:lint": "deno doc --lint src/index.ts",
"publish": {
"command": "deno task publish:jsr && deno task publish:npm",
"dependencies": [
Expand Down

0 comments on commit a799fbf

Please sign in to comment.