summaryrefslogtreecommitdiffhomepage
path: root/frontend/.husky/pre-commit
blob: 3f1364f9c51bee08c2bca23c77b402063e3008ae (plain)
1
2
3
4
5
6
7
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0

cd frontend
npx pretty-quick --staged