Skip to content

Commit

Permalink
Add files correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed May 15, 2024
1 parent 413b078 commit ab9f2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/jupyterlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jupyter lite build
cp -r node_modules/pyodide/ ../../jupyterlite/pyodide
mv pyodide-lock.json ../../jupyterlite/pyodide/pyodide-lock.json
mv ../../dist/* ../../jupyterlite/pyodide/
cp -r files/ ../../jupyterlite/files
2 changes: 1 addition & 1 deletion scripts/jupyterlite/jupyter_lite_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"LiteBuildConfig": {
"contents": ["../../examples"],
"contents": ["../../examples", "files"],
"output_dir": "../../jupyterlite"
}
}

0 comments on commit ab9f2d7

Please sign in to comment.