Skip to content

Commit 96cfa2f

Browse files
authored
Merge pull request #121 from bmwcarit/fe-build-no-sources
Build dist without sources
2 parents da1cefd + 4cae5a9 commit 96cfa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ update:
2626
uv lock --upgrade
2727

2828
dist:
29-
uv build
29+
uv build --no-sources
3030

3131
# Commands without file dependencies
3232
.PHONY: help lint test dist

0 commit comments

Comments
 (0)