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

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

View File

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