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

Commit 75780e3

Browse files
author
Stephen Gutekanst
committed
Taskfile: add javascript repo to sample repos
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
1 parent 0da4fbf commit 75780e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ tasks:
353353
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/django/django
354354
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/Sobeston/ziglearn
355355
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/ziglang/zig
356+
- cd ../doctree-samples/ && git clone --depth 1 https://github.com/tailwindlabs/tailwindcss
356357

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

0 commit comments

Comments
 (0)