From a647711c497ceb6890a47b22145544406d85af34 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Wed, 15 Apr 2026 10:45:15 +0000 Subject: [PATCH] do not need true --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f55190..2bc4eb7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ install: install-node install-python install-hooks install-node: - npm ci --ignore-scripts true + npm ci --ignore-scripts install-python: poetry install