Files
flotilla/.husky/pre-commit

9 lines
148 B
Plaintext

pnpm run lint
pnpm run check
if [[ ! -z $(cat package.json | grep 'link:') ]]; then
echo "Some packages are linked to local files!"
exit 1
fi