shellphone.app/.husky/pre-push

7 lines
77 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx tsc
npm run lint
#npm run test