From f113ae69e35ec51c850586a45867df94b06733b5 Mon Sep 17 00:00:00 2001 From: Alessandro Giordo <16958684+bovas85@users.noreply.github.com> Date: Wed, 24 Oct 2018 21:31:09 +0100 Subject: [PATCH 1/2] chore: fixing commitlint and adding detectOpenHandles --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab4c052..a23b401 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "scripts": { "dev": "nuxt build --config-file test/fixture/configs/default.js", "lint": "eslint lib test", - "test": "yarn run lint && jest", + "test": "yarn run lint && jest --detectOpenHandles", "release": "standard-version && git push --follow-tags && npm publish", - "commitlint": "commitlint -e $GIT_PARAMS", + "commitlint": "commitlint -e", "coverage": "codecov" }, "eslintIgnore": [ From e797c52877a67e89c4667631d3c913adf2027db3 Mon Sep 17 00:00:00 2001 From: Alessandro Giordo <16958684+bovas85@users.noreply.github.com> Date: Wed, 24 Oct 2018 21:40:58 +0100 Subject: [PATCH 2/2] chore: fixing husky hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a23b401..c738f8c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint": "eslint lib test", "test": "yarn run lint && jest --detectOpenHandles", "release": "standard-version && git push --follow-tags && npm publish", - "commitlint": "commitlint -e", + "commitlint": "commitlint -E HUSKY_GIT_PARAMS", "coverage": "codecov" }, "eslintIgnore": [