Ver código fonte

Clean up theme check

Steven Silvester 7 anos atrás
pai
commit
22586e008e
1 arquivos alterados com 2 adições e 1 exclusões
  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