From aaadf910f737a9435f055fa3e92138ab17a59403 Mon Sep 17 00:00:00 2001 From: Oscar Barajas Tavares Date: Sun, 2 Feb 2020 13:49:35 -0500 Subject: [PATCH] Create .huskyrc --- .huskyrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .huskyrc diff --git a/.huskyrc b/.huskyrc new file mode 100644 index 0000000..0526a23 --- /dev/null +++ b/.huskyrc @@ -0,0 +1,5 @@ +{ + "hooks": { + "pre-commit": "npm test" + } +}