Skip to content

Commit a16503c

Browse files
committed
chore(manifest): fix bindings generation
1 parent 17dbcce commit a16503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edgee-component.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ language = "Python"
1212
wit-version = "0.5.0"
1313

1414
[component.build]
15-
command = "uv sync && (test -d edgee_world || uv run componentize-py --wit-path .edgee/wit/ bindings edgee_world) && uv run componentize-py --wit-path .edgee/wit/ --world data-collection componentize dc_component -o dc_component.wasm"
15+
command = "uv sync && rm -rf edgee_world && uv run componentize-py --wit-path .edgee/wit/ bindings edgee_world && uv run componentize-py --wit-path .edgee/wit/ --world data-collection componentize dc_component -o dc_component.wasm"
1616
output_path = "./dc_component.wasm"
1717

1818
[component.settings.example]

0 commit comments

Comments
 (0)