Skip to content

Commit

Permalink
Ensure dist directory during build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Aug 8, 2024
1 parent eae49de commit 721ab5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ def build_zip() -> Path:


if __name__ == '__main__':
DIST_PATH.mkdir(exist_ok=True)
print(build_tool())
print(build_zip())

0 comments on commit 721ab5d

Please sign in to comment.