diff --git a/binder/postBuild b/binder/postBuild index 6c7e48d..c04dcef 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -30,6 +30,8 @@ _("git", "submodule", "update", "--init") cwd = os.getcwd() os.chdir('jupyterlab') +_("rm", ".git") +_("mkdir", "-p", ".git/hooks") _("python", "-m", "pip", "install", "-e", ".") _("jlpm", "install") _("jlpm", "build")