Hi,
I'm trying to install bitf but it fails because it can't execute husky as a postinstall script:
Since husky is installed as a devDependencies I assume package installation will fail everywhere (?)
Better to remove the postinstall?
Thanks for this package, I was looking for something to ease the bitflipping pain ;)
Hi,
I'm trying to install
bitfbut it fails because it can't executehuskyas apostinstallscript:bitf/package.json
Line 40 in 1badf3f
Since
huskyis installed as adevDependenciesI assume package installation will fail everywhere (?)Better to remove the
postinstall?Thanks for this package, I was looking for something to ease the bitflipping pain ;)