vega-frontend-monorepo/.husky/pre-commit
2022-03-02 12:21:58 +00:00

7 lines
132 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged
yarn nx affected:build --uncommitted
yarn nx affected:test --uncommitted