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
when installing it locally and using the foreground-scripts flag one sees this issue:
08:40:26 > mcdev@3.1.3 prepare
08:40:26 > husky install
08:40:26
08:40:26 fatal: not a git repository (or any of the parent directories): .git
Expected Behavior
husky hooks installed i suppose?
Steps To Reproduce
run npm install --save accenture/sfmc-devtools#bug328 --foreground-scripts
Version
develop-branch
Environment
OS:
Node:
npm:
Participation
I am willing to submit a pull request for this issue.
Additional comments
there is a bug in husky's repo at typicode/husky#584 with a solution it seems but I don't fully understand what were are doing here to begin with and hence would like you to deal with it, @DougMidgley
The text was updated successfully, but these errors were encountered:
noticed that this only happens if mcdev is installed via npm directly - but not if its repo is cloned and npm i is run afterwards.
... and that kinda makes sense cause it's only relevant for people contributing to mcdev --> closed.
Is there an existing issue for this?
Current Behavior
when installing it locally and using the foreground-scripts flag one sees this issue:
Expected Behavior
husky hooks installed i suppose?
Steps To Reproduce
run
npm install --save accenture/sfmc-devtools#bug328 --foreground-scripts
Version
develop-branch
Environment
Participation
Additional comments
there is a bug in husky's repo at typicode/husky#584 with a solution it seems but I don't fully understand what were are doing here to begin with and hence would like you to deal with it, @DougMidgley
The text was updated successfully, but these errors were encountered: