Skip to content

Commit 1ea080a

Browse files
committed
fix: Specify out-dir in mono repo
1 parent 3ab2baf commit 1ea080a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ai-providers/server-ai-langchain/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ lint: install
2626
.PHONY: build
2727
build: #! Build distribution files
2828
build: install
29-
uv build
29+
uv build --out-dir dist

packages/ai-providers/server-ai-openai/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ lint: install
2626
.PHONY: build
2727
build: #! Build distribution files
2828
build: install
29-
uv build
29+
uv build --out-dir dist

packages/sdk/server-ai/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lint: install
3232
.PHONY: build
3333
build: #! Build distribution files
3434
build: install
35-
uv build
35+
uv build --out-dir dist
3636

3737
.PHONY: docs
3838
docs: #! Generate sphinx-based documentation

0 commit comments

Comments
 (0)