From 82f3aa0cd849417b25d56dc288999a4acc914036 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 17 Nov 2020 16:11:19 +0100 Subject: [PATCH] chore: Split pre-commit unit and integration tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 424ce2cb2..f3b2ee77e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "husky": { "hooks": { - "pre-commit": "npm run build && npm run lint && npm run test" + "pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration" } }, "files": [