From 0945acd256b8d155225306b34dd774e418384577 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:29:22 +0300 Subject: Removes Tests From Precommit Testing usually adds quite a few seconds to the commit time, and might not be too helpful. Testing can be invoked manually, and is run in actions. Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 852134f..3f23637 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "husky": { "hooks": { - "pre-commit": "yarn lint --quiet && yarn test -o --silent" + "pre-commit": "yarn lint --quiet" } } } -- cgit v1.2.3