#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
yarn nx affected:build --uncommitted
yarn nx affected:test --uncommitted