We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba740d8 commit 3b854cdCopy full SHA for 3b854cd
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"lint:fix": "node --run eslint:fix && node --run stylelint:fix && node --run markdownlint:fix",
26
"markdownlint": "markdownlint-cli2 **/*.md",
27
"markdownlint:fix": "markdownlint-cli2 **/*.md --fix",
28
- "prepare": "[ -f node_modules/.bin/husky ] && husky || echo husky is not installed.",
+ "prepare": "[ -f node_modules/.bin/husky ] && husky || true",
29
"prettier": "prettier . --check",
30
"prettier:fix": "prettier . --write",
31
"stylelint": "stylelint **/*.css",
0 commit comments