File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ print("JupyterLab with code_snippet is ready to run with:\n")
47
47
print ("\t jupyter lab\n " )
48
48
49
49
# remove unnecessary directories when using the binder
50
+ _ ('rm' , '-rf' , './lib' )
50
51
_ ('rm' , '-rf' , './src' )
51
52
_ ('rm' , '-rf' , './style' )
52
53
_ ('rm' , '-rf' , './_temp_extension' )
@@ -66,25 +67,3 @@ _('rm', './tsconfig.json')
66
67
_ ('rm' , './tsconfig.tsbuildinfo' )
67
68
_ ('rm' , './yarn.lock' )
68
69
_ ('rm' , './MANIFEST.in' )
69
-
70
-
71
-
72
-
73
- # rm -rf ./style
74
- # rm -rf ./_temp_extension
75
- # rm -rf ./Design
76
- # rm -rf ./binder
77
- # rm -rf ./docs
78
- # rm -rf ./code_snippet
79
- # rm -rf ./code_snippet.egg-info
80
- # rm -rf ./schema
81
- # rm -rf ./node_modules
82
- # rm ./install.json
83
- # rm ./package.json
84
- # rm ./PROGRESS.md
85
- # rm ./setup.py
86
- # rm ./pyproject.toml
87
- # rm ./tsconfig.json
88
- # rm ./tsconfig.tsbuildinfo
89
- # rm ./yarn.lock
90
- # rm ./MANIFEST.in
You can’t perform that action at this time.
0 commit comments