Add test for postBuild script

pull/42/head
yuvipanda 2017-07-29 17:37:05 -07:00
rodzic fcb318c5e8
commit bfe117d06f
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
#!/bin/bash
jupyter nbextension enable --py --sys-prefix ipyleaflet

Wyświetl plik

@ -0,0 +1 @@
ipyleaflet

Wyświetl plik

@ -0,0 +1,3 @@
#!/bin/bash
set -e
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled