Browse Source

Travis should check the integrity of the yarn lock file.

Jason Grout 6 years ago
parent
commit
1ab5e2332c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/travis_script.sh

+ 3 - 0
scripts/travis_script.sh

@@ -51,6 +51,9 @@ if [[ $GROUP == integrity ]]; then
     # Run the integrity script first
     jlpm run integrity --force
 
+    # Check yarn.lock file
+    jlpm check --integrity
+
     # Lint our files.
     jlpm run lint:check || (echo 'Please run `jlpm run lint` locally and push changes' && exit 1)