File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ edgee_world:
16
16
17
17
setup : edgee_world # # setup development environment
18
18
19
- build :
19
+ build : setup
20
20
edgee components build
21
21
22
22
build-no-edgee : setup # # build component
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repository = "https://github.com/edgee-cloud/example-py-component"
11
11
wit-world-version = " 0.4.0"
12
12
13
13
[component .build ]
14
- command = " uv sync && uv run componentize-py --wit-path wit/ bindings edgee_world && uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
14
+ command = " uv run componentize-py --wit-path wit/ --world data-collection componentize dc_component -o dc_component.wasm"
15
15
output_path = " ./dc_component.wasm"
16
16
17
17
[component .settings .example ]
You can’t perform that action at this time.
0 commit comments