We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa190f7 commit 34a3f4fCopy full SHA for 34a3f4f
1 file changed
Justfile
@@ -13,7 +13,7 @@ update:
13
build:
14
uv build --wheel
15
16
-install: build
+install: clean build
17
pipx install --force dist/devcli*.whl
18
19
check: install
@@ -27,5 +27,8 @@ bundle:
27
docs: bundle
28
cd docs; rake
29
30
+clean:
31
+ rm -f dist/devcli*.whl
32
+
33
@run +commands:
34
- uv run python bin/devcli {{commands}}
0 commit comments