Make releasing easier by making Makefile resilient

This commit is contained in:
Jack Danger 2017-11-20 12:13:44 -08:00
parent 583622c468
commit bd037742ad

View File

@ -43,7 +43,7 @@ publish: implementation_coverage \
implementation_coverage:
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage"
git commit IMPLEMENTATION_COVERAGE.md -m "Updating implementation coverage" || true
scaffold:
@pip install -r requirements-dev.txt > /dev/null