Skip to content

Commit

Permalink
fixed test_ci make??
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Jun 4, 2024
1 parent def8430 commit 00af42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test: venv install

test_ci: venv install
@echo -e "${GREEN}======== Cloning tree-sitter grammar for Clarity ========${NC}"
git submodule update --init --recursive
git pull --recurse-submodules && git submodule update
@echo -e "${GREEN}======== Installing tree-sitter ========${NC}"
cd $(PATH1)
npm install tree-sitter-cli
Expand Down

0 comments on commit 00af42f

Please sign in to comment.