We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e46e3ac + e53bb49 commit 28ca3d1Copy full SHA for 28ca3d1
doc/starlight/Makefile
@@ -5,8 +5,8 @@ RIOTTOOLS ?= $(RIOTBASE)/dist/tools
5
.PHONY: install
6
install: integrate_outside_files
7
@echo "Installing starlight..."
8
- @npm ci --prefix $(CURDIR) --prefer-offline
9
- @echo "Starlight installed successfully."
+ @npm ci --prefix $(CURDIR) --prefer-offline --no-fund --no-audit
+ @echo "\nStarlight installed successfully."
10
11
.PHONY: build
12
build: install
0 commit comments