Browse Source

Build the vega bundles in integrity checks

Saul Shanabrook 5 years ago
parent
commit
cb2d188a58
1 changed files with 4 additions and 0 deletions
  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