Browse Source

Clean up theme check

Steven Silvester 7 years ago
parent
commit
22586e008e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/travis_script.sh

+ 2 - 1
scripts/travis_script.sh

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