watch all tracked files

This commit is contained in:
Brian Hicks 2020-10-30 10:34:56 -05:00
parent 1738c94a29
commit 3de9278504

View File

@ -34,4 +34,4 @@ cleanup() {
trap cleanup EXIT INT
# start a watcher. This loops forever, so we don't need to loop ourselves.
find src styleguide-app -type f -not -ipath '*elm-stuff*' | entr -c -p shake --compact "$SHAKE_TARGET"
git ls-files | entr -c -p shake --compact "$SHAKE_TARGET"