Skip to content

Commit

Permalink
Checks integrity and tree
Browse files Browse the repository at this point in the history
  • Loading branch information
o-a-hudson committed Jan 14, 2019
1 parent 4db796d commit ded16de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/verify-environment.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
set -e

yarn check

echo "Verifying integrity"
yarn check --integrity
echo "Verifying tree"
yarn check --verify-tree

0 comments on commit ded16de

Please sign in to comment.