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