Przeglądaj źródła

handle no build:test script

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