#!/bin/bash while inotifywait -e modify,create,delete -r ./templates ./core/templates ./engagements/templates do npm run build done