1. #!/bin/bash
    
  2. (cd ../.. && yarn build eslint --type=NODE_DEV)
    
  3. (cd ../.. && watchman-make --make 'yarn build eslint --type=NODE_DEV' -p 'packages/eslint-plugin-*/**/*' -t ignored)