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"
8787setup_wasm = {cmd = " pixi install -e jupyterlite-runtime" , inputs = [" pixi.lock" ]}
8888
8989[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"
9191depends-on = [" setup_wasm" ]
92- outputs = [" build /html/jupyterlite/" ]
92+ outputs = [" _build /html/jupyterlite/" ]
9393inputs = [" pixi.lock" , " tutorials/" ]
9494
9595[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/"
9797depends-on = [" build_wasm" ]
9898
9999[environments ]
You can’t perform that action at this time.
0 commit comments