Parcourir la source

Travis should check the integrity of the yarn lock file.

Jason Grout il y a 6 ans
Parent
commit
1ab5e2332c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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)