Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: change tests libraries path in clean target
  • Loading branch information
Airscript committed Aug 13, 2022
commit 3f9b7dfb8af773b7f39c1b07d1eccf56bcdc0fc3
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ clean:
docker compose down
cd ./themes/PaperMod && find . -name "*" -delete
cd ./tests/bats && find . -name "*" -delete
cd ./tests/test_helper/bats-assert && find . -name "*" -delete
cd ./tests/test_helper/bats-support && find . -name "*" -delete
cd ./tests/libraries/bats-assert && find . -name "*" -delete
cd ./tests/libraries/bats-support && find . -name "*" -delete

.PHONY: build
build: git-submodules
Expand Down