Skip to content

Commit

Permalink
Upgrade package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Aug 31, 2021
1 parent f1c41f2 commit 6923953
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 571 deletions.
7 changes: 4 additions & 3 deletions .husky/_/husky.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh
if [ -z "$husky_skip_init" ]; then
debug () {
[ "$HUSKY_DEBUG" = "1" ] && echo "husky (debug) - $1"
if [ "$HUSKY_DEBUG" = "1" ]; then
echo "husky (debug) - $1"
fi
}

readonly hook_name="$(basename "$0")"
Expand All @@ -23,8 +25,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
Loading

0 comments on commit 6923953

Please sign in to comment.