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
fear(chore): search for semantic.json from current workspace path
In some situations (for example in yarn workspaces), mostly within custom build chains, the users semantic.json cannot be found because the requireDotFile starts from within the fomantic folder.
Instead , the second parameter should be given as process.cwd() to support starting the search in a different folder
0 commit comments