We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e1137 commit 7a0e891Copy full SHA for 7a0e891
binder/postBuild
@@ -1,7 +1,8 @@
1
#!/usr/bin/env bash
2
set -eux
3
npm install
4
-npm build
+npm run build
5
npm pack
6
jupyter labextension install ./jupyterlab-drawio-*.tgz --no-build --debug
7
jupyter lab build --dev-build=False --minimize=True --debug
8
+jupyter labextension list
0 commit comments