Fix pre-commit unset when using make build (#796)

This commit is contained in:
Anas DORBANI
2024-04-06 00:11:12 +00:00
committed by GitHub
parent 2855959c76
commit 7cc58b28a5

View File

@@ -20,6 +20,7 @@ build:
@poetry install --without evaluation
@echo "Activating Poetry shell..."
@echo "Installing pre-commit hooks..."
@git config --unset-all core.hooksPath || true
@poetry run pre-commit install --config $(PRECOMMIT_CONFIG_PATH)
@echo "Setting up frontend environment..."
@echo "Detect Node.js version..."