8 lines
146 B
Bash
Executable File
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
|