Sfoglia il codice sorgente

Build the vega bundles in integrity checks

Saul Shanabrook 5 anni fa
parent
commit
cb2d188a58
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      scripts/travis_script.sh

+ 4 - 0
scripts/travis_script.sh

@@ -53,6 +53,10 @@ if [[ $GROUP == integrity ]]; then
     # Lint our files.
     jlpm run lint:check || (echo 'Please run `jlpm run lint` locally and push changes' && exit 1)
 
+
+    # Build the vega bundles
+    jlpm run build:vega
+
     # Build the packages individually.
     jlpm run build:src