@dot-event/watchman
v0.6.36
Published
dot-event watchman operation
Readme
@dot-event/watchman
dot-event watchman operation

npm install -g @dot-event/watchmanConfigure package.json:
{
"operations": {
"watchman": {
"triggers": [
{
"name": "babel",
"expression": [
"anyof",
["match", "lib/**/*.js", "wholename"]
],
"command": ["npm", "run", "build"]
}
]
}
}
}Create watchman triggers:
dot-watchmanRemove watchman triggers:
dot-watchman --remove