viewstools / yarn-workspaces-cra-crna

How to use yarn workspaces with Create React App and Create React Native App (Expo) to share common code across
151 stars 23 forks source link

Only pick up workspace dirs #17

Closed ovidiuch closed 6 years ago

ovidiuch commented 6 years ago

I have a README in a workspaces dir (eg. packages/README.md). Previously, the markdown file would be picked up as a workspace and I would get this error

Root has to be a valid directory

This PR ensures only dirs are picked up. From the node-glob docs

to match only directories, simply put a / at the end of the pattern.