Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 7f9b367

Browse files
author
Patrick Thomson
committed
Attempt to clone the vendor dir and its examples in clone script.
1 parent 7aeb882 commit 7f9b367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/clone-example-repos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
set -e
1414
cd $(dirname "$0")/..
1515

16+
mkdir vendor || true
17+
git clone --single-branch --recurse-submodules https://github.com/tree-sitter/haskell-tree-sitter.git vendor/haskell-tree-sitter
18+
1619
dir="vendor/haskell-tree-sitter/languages"
1720

1821
# clone_repo LOCAL_PATH URL SHA

0 commit comments

Comments
 (0)