try installing tarball directly

pull/6/head
Nicholas Bollweg 2020-04-30 13:34:22 -04:00
rodzic 301de7c2a1
commit e0e113799e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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