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
Will the prepare run Husky and will this lead to an overriding (or just creation) of the Husky git hooks that are normally meant to be installed only in the installed package?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose there is a package hosted on GitHub that has the following script in
package.json
:If a user installs this package through git, like so:
Will the
prepare
run Husky and will this lead to an overriding (or just creation) of the Husky git hooks that are normally meant to be installed only in the installed package?Related: #1016
Beta Was this translation helpful? Give feedback.
All reactions