Watch commands parameter => run command on watch triggered #569
Labels
help wanted
Help the community by contributing to this issue
semver-minor
Issue or PR that should land as semver minor
Prerequisites
🚀 Feature Proposal
Every time there is a file change I would like to run the standard command on the code, unfortunately there is no arguments that watch takes in to configure it to do that, but it seems like a very useful feature if we could do something pre/post watch event like spotting any linting issues and reporting them in the terminal.
Motivation
It seems like something a watch command should be able to do, since its not just a mechanism for hot server reload but sometimes it can be extra, like running a linter command.
Example
The text was updated successfully, but these errors were encountered: