Ver código fonte

handle no build:test script

Steven Silvester 5 anos atrás
pai
commit
3a63d0e386
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      scripts/ci_script.sh

+ 2 - 1
scripts/ci_script.sh

@@ -29,7 +29,8 @@ if [[ $GROUP == js* ]]; then
             jlpm run build:test:scope --scope ${scope}
         else
             pushd packages/${PKG}
-            jlpm run build:test
+            jlpm run build; true
+            jlpm run build:test; true
             popd
             scope="@jupyterlab/${PKG}"
         fi