Skip to content

Commit 0b0c540

Browse files
committed
Merge branch '@mbert/monorepo-move-config-files' into @mbert/monorepo-migrate-example-apps
2 parents c66dd04 + 47f671e commit 0b0c540

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"apps/BasicExample"
88
],
99
"scripts": {
10+
"postinstall": "husky",
1011
"ts-check": "cd ./packages/react-native-gesture-handler && yarn tsc --noEmit"
1112
},
1213
"devDependencies": {

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 && cd ../.. && husky install",
6+
"postinstall": "bob build",
77
"test": "jest",
88
"build": "yarn tsc -p tsconfig.build.json",
99
"precommit": "lint-staged",

0 commit comments

Comments
 (0)