Skip to content

Commit 52186ba

Browse files
authored
build: make husky install optional (#32)
1 parent 2c913d3 commit 52186ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fix": "yarn format:fix && yarn lint:fix",
2020
"format:check": "prettier --check '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx,json,json5,yml,yaml,md}'",
2121
"format:fix": "prettier --write '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx,json,json5,yml,yaml,md}'",
22-
"postinstall": "husky",
22+
"postinstall": "husky || exit 0",
2323
"lint:check": "eslint '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx}'",
2424
"lint:fix": "eslint '{{src,test,cypress}/**/*,*}.{js,jsx,ts,tsx}' --fix",
2525
"sort:check": "sort-package-json --check",

0 commit comments

Comments
 (0)