Skip to content

Commit

Permalink
Remove pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 11, 2024
1 parent b269195 commit 7c9007d
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 @@ -87,7 +87,7 @@ backend-test: ## Test backend codebase
.PHONY: install
install: ## Install
@echo "Install Backend & Frontend"
if [ -d $(GIT_FOLDER) ]; then $(PRE_COMMIT) install; else echo "$(RED) Not installing pre-commit$(RESET)";fi
# if [ -d $(GIT_FOLDER) ]; then $(PRE_COMMIT) install; else echo "$(RED) Not installing pre-commit$(RESET)";fi
$(MAKE) backend-install
$(MAKE) frontend-install

Expand Down

0 comments on commit 7c9007d

Please sign in to comment.