salsita / spicy-hooks

7 stars 0 forks source link

Ignore workspaces without `package.json` #42

Closed goce-cz closed 3 years ago

goce-cz commented 3 years ago

If workspaces feature is used and on of the globs matches a directory without package.json, the tools choked.

This PR makes those directories ignored - which follows the behavior of Yarn and NPM.