Skip to content

Commit

Permalink
chore: readme-html link to git branch examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Jul 13, 2023
1 parent 30834da commit 38797cd
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 @@ -5,7 +5,7 @@
"check": "sh -c '$(command -v fd || command -v fdfind) '\"'\"'\\.(mj|j|t)sx?$'\"'\"' --hidden --exec deno check {}'",
"test": "deno test --allow-run --allow-net --allow-env=VERBOSE,DEBUG",
"readme": "touch README.md && chmod +w README.md && ./readme/generate-readme.ts readme/README.md https://deno.land/x/websocket_broadcastchannel > README.md && deno fmt README.md && chmod -w README.md",
"readme-html": "deno task readme && sh -c 'docker run --rm -i hugojosefson/markdown <README.md >README.html'",
"readme-html": "deno task readme && sh -c 'docker run --rm -i hugojosefson/markdown <README.md | sed -E \"s|https://deno.land/x/websocket_broadcastchannel/examples|https://raw.githubusercontent.com/hugojosefson/deno-websocket-broadcastchannel/$(git rev-parse --abbrev-ref HEAD)/examples|g\" >README.html'",
"release": "deno task all && test -z \"$(git status --porcelain)\" && GITHUB_TOKEN=$(gh auth token) deno run --allow-env=GITHUB_TOKEN --allow-net=api.github.com --allow-run=bash https://deno.land/x/shipit@0.6.1/shipit.ts",
"udd": "sh -c 'deno run --allow-read=. --allow-write=. --allow-net --allow-run=deno https://deno.land/x/udd@0.8.2/main.ts --test \"deno task all\" $($(command -v fd || command -v fdfind) '\"'\"'(\\.(mj|j|t)sx?|^deno.jsonc?)$'\"'\"')'"
}
Expand Down

0 comments on commit 38797cd

Please sign in to comment.