Skip to content

Commit

Permalink
Fixed broken postinstall script (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlac committed Jul 20, 2023
1 parent e9e514b commit 9694046
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Install modules
- name: Install example
run: yarn bootstrap
- name: Lint
run: yarn lint
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ PODS:
- React-jsi (= 0.71.8)
- React-logger (= 0.71.8)
- React-perflogger (= 0.71.8)
- ReactNativeCameraKit (14.0.0-beta3):
- ReactNativeCameraKit (14.0.0-beta4):
- React-Core
- SocketRocket (0.6.0)
- Yoga (1.14.0)
Expand Down Expand Up @@ -619,7 +619,7 @@ SPEC CHECKSUMS:
React-RCTVibration: 43ffd976a25f6057a7cf95ea3648ba4e00287f89
React-runtimeexecutor: 7c51ae9d4b3e9608a2366e39ccaa606aa551b9ed
ReactCommon: 85c98ab0a509e70bf5ee5d9715cf68dbf495b84c
ReactNativeCameraKit: db076da0ee876061ebed480aed85af13d0b80ed5
ReactNativeCameraKit: b7d7b603177cd1959e1c047f4f37ba9b167eb025
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 065f0b74dba4832d6e328238de46eb72c5de9556
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose",
"release:local": "yarn clean && yarn build && tmp=$(mktemp) && yarn pack --filename $tmp.tar.gz && open -R $tmp.tar.gz",
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"boostrap": "cd example/ && yarn && cd ./ios && pod install"
"bootstrap": "cd example/ && yarn && cd ./ios && pod install"
},
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 9694046

Please sign in to comment.