Skip to content

Commit 7a0e891

Browse files
committed
npm needs run
1 parent e0e1137 commit 7a0e891

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
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22
set -eux
33
npm install
4-
npm build
4+
npm run build
55
npm pack
66
jupyter labextension install ./jupyterlab-drawio-*.tgz --no-build --debug
77
jupyter lab build --dev-build=False --minimize=True --debug
8+
jupyter labextension list

0 commit comments

Comments
 (0)