Przeglądaj źródła

Clean up theme check

Steven Silvester 7 lat temu
rodzic
commit
22586e008e
1 zmienionych plików z 2 dodań i 1 usunięć
  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