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 2c913d3 commit 52186baCopy full SHA for 52186ba
package.json
@@ -19,7 +19,7 @@
19
"fix": "yarn format:fix && yarn lint:fix",
20
"format:check": "prettier --check '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx,json,json5,yml,yaml,md}'",
21
"format:fix": "prettier --write '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx,json,json5,yml,yaml,md}'",
22
- "postinstall": "husky",
+ "postinstall": "husky || exit 0",
23
"lint:check": "eslint '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx}'",
24
"lint:fix": "eslint '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx}' --fix",
25
"sort:check": "sort-package-json --check",
0 commit comments