From 987b5045c514cdd7f975e74a899835b513473d55 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 18 Oct 2016 10:48:35 +0100 Subject: [PATCH] make install: quiet npm installs. --- cloudapi-graphql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudapi-graphql/Makefile b/cloudapi-graphql/Makefile index 4290b7a3..2ea32f2b 100644 --- a/cloudapi-graphql/Makefile +++ b/cloudapi-graphql/Makefile @@ -4,4 +4,4 @@ test: .PHONY: install install: - npm install + npm install --quiet --no-spin