We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3f1b9 commit ae04e5bCopy full SHA for ae04e5b
.husky/_/.gitignore
.husky/_/husky.sh
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npm run lint
package.json
@@ -15,7 +15,7 @@
15
"i18n_extract": "fedx-scripts formatjs extract",
16
"lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
17
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
18
- "prepare": "husky install",
+ "prepare": "husky",
19
"postinstall": "patch-package",
20
"snapshot": "fedx-scripts jest --updateSnapshot",
21
"start": "fedx-scripts webpack-dev-server --progress",
0 commit comments