fix: shared-lib not found
https://github.com/sourcygen/electron-angular-quick-start/issues/4
This commit is contained in:
@@ -23,8 +23,7 @@ if [ -z "$husky_skip_init" ]; then
|
||||
|
||||
if [ $exitCode != 0 ]; then
|
||||
echo "husky - $hook_name hook exited with code $exitCode (error)"
|
||||
exit $exitCode
|
||||
fi
|
||||
|
||||
exit 0
|
||||
exit $exitCode
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user