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.
2 parents c66dd04 + 47f671e commit 0b0c540Copy full SHA for 0b0c540
2 files changed
package.json
@@ -7,6 +7,7 @@
7
"apps/BasicExample"
8
],
9
"scripts": {
10
+ "postinstall": "husky",
11
"ts-check": "cd ./packages/react-native-gesture-handler && yarn tsc --noEmit"
12
},
13
"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
6
- "postinstall": "bob build && cd ../.. && husky install",
+ "postinstall": "bob build",
"test": "jest",
"build": "yarn tsc -p tsconfig.build.json",
"precommit": "lint-staged",
0 commit comments