Skip to content

Commit

Permalink
Merge pull request #45 from dougli1sqrd/small-makefile-robust
Browse files Browse the repository at this point in the history
adding an or true in the rm of the dist directory in case it has not …
  • Loading branch information
dougli1sqrd committed Jun 22, 2017
2 parents 84617a9 + bfbb810 commit f88bd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ travis_test:
pytest tests/test_*local*.py tests/test_*parser*.py

cleandist:
rm dist/*
rm dist/* || true

# TODO: manually increment version in ontobio/__init__.sh, run . bump.sh, then this
release: cleandist
Expand All @@ -37,4 +37,4 @@ nb:
# Hack: generate marshmallow schema from flaskrest serializers
# used to make assoc_schema.py
mm:
./bin/flask2marshmallow.pl ../biolink-api/biolink/datamodel/serializers.py
./bin/flask2marshmallow.pl ../biolink-api/biolink/datamodel/serializers.py

0 comments on commit f88bd8f

Please sign in to comment.