manifold/web/.husky/pre-commit
2021-12-18 15:18:58 -08:00

8 lines
146 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx pretty-quick --staged
# Disable tsc lint for now, cuz it's been annoying
# cd web
# npx lint-staged