npmHooks.npmConfigHook: also patch shebangs after rebuilding

This commit is contained in:
Winter 2022-11-09 22:52:52 -05:00
parent 8e651111b7
commit 68d5b19fca

View file

@ -96,6 +96,8 @@ npmConfigHook() {
rm node_modules/.meow
fi
patchShebangs node_modules
echo "Finished npmConfigHook"
}