File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ jupyterlab-myst = ">=2.4"
87
87
setup_wasm = {cmd = " pixi install -e jupyterlite-runtime" , inputs = [" pixi.lock" ]}
88
88
89
89
[feature .jupyterlite-host .tasks .build_wasm ]
90
- cmd = " jupyter lite build --XeusAddon.prefix=.pixi/envs/jupyterlite-runtime --contents tutorials --output-dir build /html/jupyterlite --settings-overrides=.binder/overrides.json --log-level DEBUG"
90
+ cmd = " jupyter lite build --XeusAddon.prefix=.pixi/envs/jupyterlite-runtime --contents tutorials --output-dir _build /html/jupyterlite --settings-overrides=.binder/overrides.json --log-level DEBUG"
91
91
depends-on = [" setup_wasm" ]
92
- outputs = [" build /html/jupyterlite/" ]
92
+ outputs = [" _build /html/jupyterlite/" ]
93
93
inputs = [" pixi.lock" , " tutorials/" ]
94
94
95
95
[feature .jupyterlite-host .tasks .start_wasm ]
96
- cmd = " python -m http.server 8000 -d build /html/jupyterlite/"
96
+ cmd = " python -m http.server 8000 -d _build /html/jupyterlite/"
97
97
depends-on = [" build_wasm" ]
98
98
99
99
[environments ]
You can’t perform that action at this time.
0 commit comments