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.
1 parent e46e3ac commit e53bb49Copy full SHA for e53bb49
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