Skip to content

Commit d7c340a

Browse files
committed
Fix husky path
1 parent cedad03 commit d7c340a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.25.0",
44
"description": "Declarative API exposing native platform touch and gesture system to React Native",
55
"scripts": {
6-
"postinstall": "bob build && husky install",
6+
"postinstall": "bob build && cd ../.. && husky install",
77
"test": "jest",
88
"build": "yarn tsc -p tsconfig.build.json",
99
"precommit": "lint-staged",

0 commit comments

Comments
 (0)