Skip to content

Commit 34a3f4f

Browse files
committed
Clean dist folder before install
1 parent fa190f7 commit 34a3f4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ update:
1313
build:
1414
uv build --wheel
1515

16-
install: build
16+
install: clean build
1717
pipx install --force dist/devcli*.whl
1818

1919
check: install
@@ -27,5 +27,8 @@ bundle:
2727
docs: bundle
2828
cd docs; rake
2929

30+
clean:
31+
rm -f dist/devcli*.whl
32+
3033
@run +commands:
3134
- uv run python bin/devcli {{commands}}

0 commit comments

Comments
 (0)