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
we have our internal modules in a monorepo, with shared build scripts. I think it would be useful to have a value included in the buildenv, e.g.
$ENV:BHRepoRoot = git rev-parse --show-toplevel
This way we can reference relative paths within the repo.
The text was updated successfully, but these errors were encountered:
we have our internal modules in a monorepo, with shared build scripts. I think it would be useful to have a value included in the buildenv, e.g.
$ENV:BHRepoRoot = git rev-parse --show-toplevel
This way we can reference relative paths within the repo.
The text was updated successfully, but these errors were encountered: