xref: /expo/scripts/git-hooks/post-checkout (revision e270611f)
1*e270611fSTomasz Sapeta#!/bin/sh
2*e270611fSTomasz Sapetacommand -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
3*e270611fSTomasz Sapetagit lfs post-checkout "$@"
4*e270611fSTomasz Sapeta
5*e270611fSTomasz Sapeta./scripts/check-cocoapods-lockfiles.sh
6