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": {