make: Ignore error when running make

This commit is contained in:
Tom Gallacher 2016-10-27 16:02:10 +01:00
parent dd259be965
commit b43125fe18
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.PHONY: check
check:
@yarn install --prefer-offline
@./bin/setup
-@./bin/setup
.PHONY: setup
setup: .git/hooks/pre-commit