Browse Source

use return codes

Steven Silvester 5 years ago
parent
commit
bce8d10bb3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      scripts/release_test.sh

+ 1 - 3
scripts/release_test.sh

@@ -26,11 +26,9 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
 jupyter labextension install bqplot --no-build
 jupyter labextension install jupyter-leaflet --no-build
 jupyter lab clean
-jupyter lab build
 
 conda install -c conda-forge -y ipywidgets altair matplotlib vega_datasets
-python -m jupyterlab.browser_check
+jupyter lab build && python -m jupyterlab.browser_check && jupyter lab
 
-jupyter lab
 
 cd /tmp/$old