Skip to content

Commit 23a067a

Browse files
author
Jeff Peeler
authored
Merge pull request #517 from jpeeler/fix-clean
fix(build): add cleanup for package release files
2 parents 99edec4 + 7079b1e commit 23a067a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ container: build
9797

9898
clean:
9999
rm -rf bin
100+
rm -rf test/e2e/resources
100101
rm -rf test/e2e/test-resources
101102
rm -rf test/e2e/log
102103

0 commit comments

Comments
 (0)