瀏覽代碼

Build the vega bundles in integrity checks

Saul Shanabrook 5 年之前
父節點
當前提交
cb2d188a58
共有 1 個文件被更改,包括 4 次插入0 次删除
  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