We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6178a67 commit 0e934d1Copy full SHA for 0e934d1
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
yarn lint-staged
package.json
@@ -40,8 +40,8 @@
40
"build-storybook": "yarn ./storybook run build-storybook",
41
"techdocs-cli": "node scripts/techdocs-cli.js",
42
"techdocs-cli:dev": "cross-env TECHDOCS_CLI_DEV_MODE=true node scripts/techdocs-cli.js",
43
- "prepare": "husky install",
44
- "postinstall": "husky install || true"
+ "prepare": "husky",
+ "postinstall": "husky || true"
45
},
46
"workspaces": {
47
"packages": [
0 commit comments