Skip to content

Commit

Permalink
Warn about --exclude and node_modules (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmev authored and blakeembrey committed Oct 29, 2018
1 parent 24ff45a commit 402a4c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -51,6 +51,8 @@ To exclude matches (`**/node_modules/**` is excluded by default, use `--no-exclu
onchange '**/*.ts' -e 'dist/**/*.js' -- tslint
```

**P.S.** When you exclude something, it overrides the default, so if you want to keep `**/node_modules/**` excluded, then you need to add it to the command explicitly.

### Kill (`-k`, `--kill`)

To kill current and pending processes between changes:
Expand Down

0 comments on commit 402a4c8

Please sign in to comment.