We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1b2e6 commit ec67f8dCopy full SHA for ec67f8d
package.json
@@ -43,7 +43,7 @@
43
"format:check": "pnpm run prettier-base --check",
44
"lint": "eslint --max-warnings 0 .",
45
"lint:fix": "pnpm run lint --fix",
46
- "prepare": "is-ci || husky",
+ "prepare": "husky || true",
47
"prettier-base": "prettier . --ignore-unknown --cache --log-level warn",
48
"rule-doc-generator": "eslint-doc-generator",
49
"semantic-release": "semantic-release",
0 commit comments