From e0e113799e819d38fef08cd5a42e15373251fb16 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Thu, 30 Apr 2020 13:34:22 -0400 Subject: [PATCH] try installing tarball directly --- binder/postBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index 0f9431c..c0de7d5 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -2,5 +2,6 @@ set -eux npm install npm build -jupyter labextension install $(npm pack .) --no-build --debug +npm pack +jupyter labextension install ./jupyterlab-drawio-*.tgz --no-build --debug jupyter lab build --dev-build=False --minimize=True --debug