You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is expected, as any folder in e.g. `apps/*` is considered a package. We could (and maybe should) ignore `.npm` folders though, and for `packages/ui` you should update your `workspaces` configuration to add `!packages/ui`
If I run sherif as is, it will say that openai package has different versions accross the repo.
As soon as I add !packages/forge to my package json workspaces list, the error disappear which makes me think that forge/blocks/openai package is then ignored because of that
The text was updated successfully, but these errors were encountered:
baptisteArno
changed the title
Adding !<package> will make all the folder children ignored by sherif
Adding !<package> will make all the child folders ignored by sherif
Aug 22, 2024
Originally posted by @QuiiBz in #86 (comment)
On my repo: https://github.com/baptisteArno/typebot.io
If I run sherif as is, it will say that openai package has different versions accross the repo.
As soon as I add !packages/forge to my package json workspaces list, the error disappear which makes me think that forge/blocks/openai package is then ignored because of that
The text was updated successfully, but these errors were encountered: