We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dbcce commit a16503cCopy full SHA for a16503c
edgee-component.toml
@@ -12,7 +12,7 @@ language = "Python"
12
wit-version = "0.5.0"
13
14
[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"
+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"
16
output_path = "./dc_component.wasm"
17
18
[component.settings.example]
0 commit comments