swc/.husky/pre-commit
2022-04-05 08:21:19 +00:00

12 lines
180 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged
if command -v find &> /dev/null
then
find . -name '.DS_Store' -type f -delete
find . -type d -empty -delete
fi