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
I'm the Yarn maintainer and Husky's latest release broke 😄
Describe the solution you'd like
We need to implement INIT_CWD, which is the cwd where the command was run (instead of the one where the script is defined). It seems to be a quite reasonable feature, so let's do it!
In term of implementation, it's mostly about exposing the initialCwd property from the configuration into a INIT_CWD field in the scriptUtils env method.
The text was updated successfully, but these errors were encountered:
Describe the user story
I'm the Yarn maintainer and Husky's latest release broke 😄
Describe the solution you'd like
We need to implement
INIT_CWD
, which is thecwd
where the command was run (instead of the one where the script is defined). It seems to be a quite reasonable feature, so let's do it!In term of implementation, it's mostly about exposing the
initialCwd
property from the configuration into aINIT_CWD
field in thescriptUtils
env method.The text was updated successfully, but these errors were encountered: