Skip to content

Commit 87fa7c9

Browse files
committed
fix: followup
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b45d64e commit 87fa7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def pyodide(session: nox.Session) -> None:
1212
"jupyterlite-pyodide-kernel~=0.6.1",
1313
)
1414
session.run("jupyter", "lite", "init")
15-
session.run("jupyter", "lite", "build", "--contents=content")
15+
session.run("jupyter", "lite", "build", "--contents=notebooks")
1616

1717
if session.interactive:
1818
session.run("jupyter", "lite", "serve")

0 commit comments

Comments
 (0)