fix: shared-lib not found

https://github.com/sourcygen/electron-angular-quick-start/issues/4
This commit is contained in:
Amadou Ada DIENE
2021-07-22 14:06:31 +02:00
parent cd7a150c1d
commit 99742e3dc1
14 changed files with 74 additions and 4 deletions

View File

@@ -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