From e53bb49fff9ff760f251706fb541773f1a1bfb3a Mon Sep 17 00:00:00 2001 From: crasbe Date: Thu, 16 Oct 2025 13:23:57 +0200 Subject: [PATCH] doc/guides: disable npm funding message --- doc/starlight/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/starlight/Makefile b/doc/starlight/Makefile index 7953cb894c..fe436e6970 100644 --- a/doc/starlight/Makefile +++ b/doc/starlight/Makefile @@ -5,8 +5,8 @@ RIOTTOOLS ?= $(RIOTBASE)/dist/tools .PHONY: install install: integrate_outside_files @echo "Installing starlight..." - @npm ci --prefix $(CURDIR) --prefer-offline - @echo "Starlight installed successfully." + @npm ci --prefix $(CURDIR) --prefer-offline --no-fund --no-audit + @echo "\nStarlight installed successfully." .PHONY: build build: install