Skip to content

Commit 369cd77

Browse files
committed
chore(ci): add verbosity to build command
1 parent 3afa762 commit 369cd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks:
1515
build:
1616
desc: Builds the python package
1717
cmds:
18-
- uv build
18+
- uv build -v
1919

2020
test:
2121
desc: Runs tests on the code

0 commit comments

Comments
 (0)