forked from Shiloh/remnantchat
9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
set -e
|
|
|
|
npx pretty-quick --staged
|
|
npm run lint
|
|
CI=true npm test
|