1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

make install: quiet npm installs.

This commit is contained in:
Tom Gallacher 2016-10-18 10:48:35 +01:00
parent 2a4dad3bf5
commit 987b5045c5

View File

@ -4,4 +4,4 @@ test:
.PHONY: install
install:
npm install
npm install --quiet --no-spin