Skip to content

Commit a1648e4

Browse files
committed
Mergele @mbert/monorepo
2 parents 7e00b1a + 5140914 commit a1648e4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check-archs-consistency.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
branches:
55
- main
66
paths:
7-
- src/specs/**
8-
- package.json
9-
- FabricExample/package.json
7+
- packages/react-native-gesture-handler/src/specs/**
8+
- packages/react-native-gesture-handler/package.json
9+
- apps/BasicExample/package.json
1010
- .github/workflows/check-archs-consistency.yml
1111
push:
1212
branches:

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"**/*.{ts,tsx}": "yarn format:js",
33
"packages/react-native-gesture-handler/android/**/*.kt": "yarn format:android",
44
"packages/react-native-gesture-handler/apple/**/*.{h,m,mm,cpp}": "yarn format:apple",
5-
"packages/react-native-gesture-handler/src/specs/*.ts": "yarn architectures:sync"
5+
"packages/react-native-gesture-handler/src/specs/*.ts": "yarn sync-architectures"
66
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint-js": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check './src/**/*.{js,jsx,ts,tsx}'",
1616
"lint:js": "yarn lint-js",
1717
"lint:android": "./android/gradlew -p android spotlessCheck -q",
18-
"circular-dependency:check": "yarn madge --extensions js,ts,tsx --circular src",
19-
"architectures:consistency-check": "node ../../scripts/codegen-check-consistency.js",
20-
"architectures:sync": "node ../../scripts/codegen-sync-archs.js"
18+
"circular-dependency-check": "yarn madge --extensions js,ts,tsx --circular src",
19+
"architectures-consistency-check": "node ../../scripts/codegen-check-consistency.js",
20+
"sync-architectures": "node ../../scripts/codegen-sync-archs.js"
2121
},
2222
"react-native": "src/index.ts",
2323
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)