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

Commit

Permalink
Taskfile: add javascript repo to sample repos
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Jun 15, 2022
1 parent 0da4fbf commit 75780e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ tasks:
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/django/django
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/Sobeston/ziglearn
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/ziglang/zig
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/tailwindlabs/tailwindcss

dev-index-sample-repos:
desc: "Index sample repos for dev environment"
Expand All @@ -366,3 +367,5 @@ tasks:
- cd ../doctree-samples/ziglearn && ../../doctree/.bin/doctree index .
# Zig
- cd ../doctree-samples/ziglang/lib/std && ../../doctree/.bin/doctree index -project=github.com/ziglang/zig .
# JavaScript
- cd ../doctree-samples/tailwindcss && ../../doctree/.bin/doctree index .

0 comments on commit 75780e3

Please sign in to comment.