Make releasing easier by making Makefile resilient
This commit is contained in:
parent
583622c468
commit
bd037742ad
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ publish: implementation_coverage \
|
|||||||
|
|
||||||
implementation_coverage:
|
implementation_coverage:
|
||||||
./scripts/implementation_coverage.py > IMPLEMENTATION_COVERAGE.md
|
./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:
|
scaffold:
|
||||||
@pip install -r requirements-dev.txt > /dev/null
|
@pip install -r requirements-dev.txt > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user