How to watch multiple directories?
Closed this issue · 1 comments
dereklin commented
I have found this #74
From this example:
watch 'npm run test -s' directory
I tried:
watch 'npm run test -s' directory,directory2
watch 'npm run test -s' [directory,directory2]
But none of them worked. What is the correct way to watch for multiple directories?
dereklin commented
figured it out:
watch 'npm run test -s' directory directory2