deno.land / x / lucia@v0.6.5 / .husky / pre-commit

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh. "$(dirname "$0")/_/husky.sh"
source "$(dirname "$0")/../scripts/helpers.sh"
pending "Checking for errors..."
if [ -n "$(git status src --porcelain)" ]; then npx --no-install lint-staged --quiet || exit 1fi
success "No errors found. Attempting to commit your changes!"
lucia

Version Info

Tagged at
2 years ago