urbit/pkg/interface/.husky/pre-commit

10 lines
119 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-06-21 23:56:37 +03:00
cd pkg/interface
command -v npx > /dev/null || {
exit 0
}
npx lint-staged