From 6a606a467e7e35d7cfcc6bfb79545fa7d95a2feb Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 30 May 2025 11:06:45 -0400 Subject: [PATCH] Update bootstrap-with-git-hooks command Signed-off-by: Carlo Costino --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a24e8696..6eeda3bb5 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ bootstrap: ## Set up everything to run the app .PHONY: bootstrap-with-git-hooks bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks make generate-version-file - poetry lock --no-update - poetry install --sync --no-root + poetry sync --no-root poetry run playwright install --with-deps git config --global --unset-all core.hooksPath poetry run pre-commit install