Skip to content

Commit e91171e

Browse files
authored
Remove sync-architectures script from commit hook (#3681)
## Description #3639 removed support for React Native old architecture. While it removed script for architectures sync, it is still called on commit hook, thus trying to add commit with updated spec fails. ## Test plan Run `git commit`
1 parent f87ac60 commit e91171e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"yarn format:android"
77
],
88
"packages/react-native-gesture-handler/apple/**/*.{h,m,mm,cpp}": "yarn format:apple",
9-
"packages/react-native-gesture-handler/{shared,android/src}/**/*.{h,cpp}": "yarn format:cpp",
10-
"packages/react-native-gesture-handler/src/specs/*.ts": "yarn workspace react-native-gesture-handler sync-architectures"
9+
"packages/react-native-gesture-handler/{shared,android/src}/**/*.{h,cpp}": "yarn format:cpp"
1110
}

0 commit comments

Comments
 (0)