From fe5762d871e394a08b08c2376ad0152e4430e646 Mon Sep 17 00:00:00 2001 From: Dexter Date: Wed, 2 Mar 2022 11:39:39 +0000 Subject: [PATCH] rrun nx commands through yarn --- .husky/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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