Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"apps/common-app"
],
"scripts": {
"postinstall": "husky",
"postinstall": "yarn build",
"build": "husky && yarn workspaces foreach --all --parallel --topological-dev run build",
"ts-check": "yarn workspaces foreach --all --parallel --topological-dev run ts-check",
"lint-js": "yarn workspaces foreach --all --parallel --topological-dev run lint-js",
"format-js": "yarn workspaces foreach --all --parallel --topological-dev run format-js",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-native-gesture-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "2.25.0",
"description": "Declarative API exposing native platform touch and gesture system to React Native",
"scripts": {
"postinstall": "bob build",
"test": "jest",
"build": "yarn tsc -p tsconfig.build.json",
"build": "yarn tsc -p tsconfig.build.json && bob build",
"ts-check": "yarn tsc --noEmit",
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
"format:js": "yarn format-js",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13723,7 +13723,7 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:5.4.0, react-native-safe-area-context@npm:^5.4.0":
"react-native-safe-area-context@npm:5.4.0":
version: 5.4.0
resolution: "react-native-safe-area-context@npm:5.4.0"
peerDependencies:
Expand All @@ -13733,6 +13733,16 @@ __metadata:
languageName: node
linkType: hard

"react-native-safe-area-context@npm:^5.4.0":
version: 5.4.1
resolution: "react-native-safe-area-context@npm:5.4.1"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10c0/6da614f4e9318c784700f0586d19d866f565ae08029c9a38cb1b03fd578af3838f2a6d5321c4a220dc7d698d919faf544536b60e45b7cc97f985349328041de2
languageName: node
linkType: hard

"react-native-svg@npm:15.11.2":
version: 15.11.2
resolution: "react-native-svg@npm:15.11.2"
Expand Down
Loading