Skip to content

Commit

Permalink
Add temporary monkeypatch for boost. See boostorg/boost#843 for more …
Browse files Browse the repository at this point in the history
…information.
  • Loading branch information
markmur committed Jan 8, 2024
1 parent 70db014 commit 7cd76a6
Show file tree
Hide file tree
Showing 5 changed files with 1,951 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
run: yarn install --immutable && yarn postinstall
shell: bash
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"pod-install": "NO_FLIPPER=1 pod-install",
"snapshot": "./scripts/create_snapshot",
"turbo": "turbo",
"test": "jest"
"test": "jest",
"postinstall": "patch-package"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand All @@ -38,7 +39,9 @@
"babel-jest": "^29.7.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"patch-package": "^8.0.0",
"pod-install": "^0.1.39",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-native": "0.72.8",
Expand Down

0 comments on commit 7cd76a6

Please sign in to comment.