Skip to content

Instantly share code, notes, and snippets.

@danielepiccone
Last active January 10, 2019 10:00
Show Gist options
  • Save danielepiccone/a5f35e435c19f04c959e7ee8dbc8e71e to your computer and use it in GitHub Desktop.
Save danielepiccone/a5f35e435c19f04c959e7ee8dbc8e71e to your computer and use it in GitHub Desktop.
one liner watcher / compile steps
#!/bin/bash
while true; do inotifywait src/*; npm run build; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment