bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Add watch command to watch #6

Closed cowboyd closed 4 years ago

cowboyd commented 4 years ago

When developing a daemon, it's nice to not have to constantly kill and restart it when making a change.

This introduces a new command: yarn watch which will persistently watch the command specified in its arguments and restart that command whenever anything in the src/ directory is changed.

jnicklas commented 4 years ago

LGTM 👌