.husky/pre-commit
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn commitlint --edit "$1"
yarn nx run-many --target=build --all --exclude=next,reactjs
yarn nx run-many --target=lint --all --exclude=next,reactjs --parallel=10
yarn nx run-many --target=typecheck --all --parallel=10
yarn nx run-many --target=tests --all --exclude=adapter-firebase,adapter-firebase-admin