Skip to content

Commit e0e1137

Browse files
committed
try installing tarball directly
1 parent 301de7c commit e0e1137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binder/postBuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
set -eux
33
npm install
44
npm build
5-
jupyter labextension install $(npm pack .) --no-build --debug
5+
npm pack
6+
jupyter labextension install ./jupyterlab-drawio-*.tgz --no-build --debug
67
jupyter lab build --dev-build=False --minimize=True --debug

0 commit comments

Comments
 (0)