From b43125fe1830b674b6f7929b867af70f22b3d510 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 27 Oct 2016 16:02:10 +0100 Subject: [PATCH] make: Ignore error when running make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4888b8a5..d25afae2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: check check: @yarn install --prefer-offline - @./bin/setup + -@./bin/setup .PHONY: setup setup: .git/hooks/pre-commit