d6d688e
1 2 3 4 5 6
#!/bin/bash while inotifywait -e modify,create,delete -r ./templates ./core/templates ./engagements/templates do npm run build done