Skip to content

Commit 62adbe5

Browse files
committed
Remove unnecessary files or directories in binder
1 parent bcc9bd7 commit 62adbe5

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

binder/postBuild

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,26 @@ _(sys.executable, "-m", "pip", "install", "-e", ".")
4343
# initially list installed extensions to determine if there are any surprises
4444
# _("jupyter", "labextension", "list")
4545

46-
# pip install -e .
47-
48-
# jlpm
49-
50-
# jlpm build
51-
5246
print("JupyterLab with code_snippet is ready to run with:\n")
5347
print("\tjupyter lab\n")
48+
49+
# remove unnecessary directories when using the binder
50+
rm -rf src
51+
rm -rf style
52+
rm -rf _temp_extension
53+
rm -rf Design
54+
rm -rf binder
55+
rm -rf docs
56+
rm -rf code_snippet
57+
rm -rf code_snippet.egg-info
58+
rm -rf schema
59+
rm -rf node_modules
60+
rm install.json
61+
rm package.json
62+
rm PROGRESS.md
63+
rm setup.py
64+
rm pyproject.toml
65+
rm tsconfig.json
66+
rm tsconfig.tsbuildinfo
67+
rm yarn.lock
68+
rm MANIFEST.in

0 commit comments

Comments
 (0)