@dot-event/watchman
v0.6.36
Published
dot-event watchman operation
Downloads
70
Readme
@dot-event/watchman
dot-event watchman operation
npm install -g @dot-event/watchman
Configure package.json
:
{
"operations": {
"watchman": {
"triggers": [
{
"name": "babel",
"expression": [
"anyof",
["match", "lib/**/*.js", "wholename"]
],
"command": ["npm", "run", "build"]
}
]
}
}
}
Create watchman triggers:
dot-watchman
Remove watchman triggers:
dot-watchman --remove