Skip to content

Commit 26c8a77

Browse files
committed
chore: force remove dist
1 parent 28a4116 commit 26c8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"hooks": {
32-
"before:init": ["make test", "rm -r dist"],
32+
"before:init": ["make test", "rm -rf dist"],
3333
"after:bump": "uv build && uv publish"
3434
}
3535
}

0 commit comments

Comments
 (0)