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 .PHONY: check
check: check:
@yarn install --prefer-offline @yarn install --prefer-offline
@./bin/setup -@./bin/setup
.PHONY: setup .PHONY: setup
setup: .git/hooks/pre-commit setup: .git/hooks/pre-commit