From 3bcb724b7f6dc094b66320b911abebd8fd5d06d2 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Wed, 3 May 2023 10:47:50 +0200 Subject: [PATCH] fix: fix calls to linting --- .husky/pre-commit | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 6f7fee9..37049f7 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn run license:check yarn test \ No newline at end of file diff --git a/package.json b/package.json index 80d98eb..af25b2a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "lint": "eslint ./src", "lint:fix": "eslint ./src --fix", "mocha": "./node_modules/.bin/mocha", - "test": "yarn run standard:check && yarn rome check ./src/* && yarn run license:check && yarn run mocha", + "test": "yarn lint && yarn rome check ./src/* && yarn run license:check && yarn run mocha", "prepare": "husky install" }, "repository": {