Explorar el Código

Clean up theme check

Steven Silvester hace 7 años
padre
commit
22586e008e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      scripts/travis_script.sh

+ 2 - 1
scripts/travis_script.sh

@@ -169,7 +169,8 @@ if [[ $GROUP == cli ]]; then
     pip install pexpect
     python scripts/create_theme.py
     mv foo packages
-    jlpm run build; true
+    jlpm run integrity; true
+    jlpm run build
     python -m jupyterlab.selenium_check --dev-mode
     rm -rf packagess/foo
     jlpm integrity; true