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 4ec5f5f commit 47f671eCopy full SHA for 47f671e
2 files changed
package.json
@@ -6,6 +6,7 @@
6
"packages/react-native-gesture-handler"
7
],
8
"scripts": {
9
+ "postinstall": "husky",
10
"ts-check": "cd ./packages/react-native-gesture-handler && yarn tsc --noEmit"
11
},
12
"devDependencies": {
packages/react-native-gesture-handler/package.json
@@ -3,7 +3,7 @@
3
"version": "2.25.0",
4
"description": "Declarative API exposing native platform touch and gesture system to React Native",
5
- "postinstall": "bob build && cd ../.. && husky install",
+ "postinstall": "bob build",
"test": "jest",
"build": "yarn tsc -p tsconfig.build.json",
"precommit": "lint-staged",
0 commit comments