diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc58..37236231 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx lint-staged +yarn lint-staged diff --git a/package.json b/package.json index 9e14074f..97767873 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "scripts": { "build": "tsc", - "build:docs": "npx typedoc", + "build:docs": "typedoc", "eslint": "eslint --ext .ts src test", "lint": "npm run prettier && npm run eslint", "prepare": "husky",