Skip to content

Commit

Permalink
Merge pull request #517 from jpeeler/fix-clean
Browse files Browse the repository at this point in the history
fix(build): add cleanup for package release files
  • Loading branch information
Jeff Peeler authored Nov 5, 2018
2 parents 99edec4 + 7079b1e commit 23a067a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ container: build

clean:
rm -rf bin
rm -rf test/e2e/resources
rm -rf test/e2e/test-resources
rm -rf test/e2e/log

Expand Down

0 comments on commit 23a067a

Please sign in to comment.