diff --git a/.husky/pre-commit b/.husky/pre-commit index 8ddb49c74..6d98747b1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,5 @@ . "$(dirname "$0")/_/husky.sh" yarn lint-staged -nx affected:build --uncommitted -nx affected:test --uncommitted +yarn nx affected:build --uncommitted +yarn nx affected:test --uncommitted