Skip to content

Commit 4bb5e1a

Browse files
committed
refactor: add arguments to the build command on justfile
1 parent 684c018 commit 4bb5e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean:
1919
[group("Build")]
2020
[doc("Build the wheel using pyproject.toml (modern build system).")]
2121
build:
22-
python3 -m build
22+
python3 -m build --wheel --verbose
2323

2424
[group("Build")]
2525
[doc("Install the wheel locally (force reinstall).")]

0 commit comments

Comments
 (0)