Skip to content

Commit

Permalink
fix(#48) local build of @callstack/out-of-tree-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 6, 2023
1 parent 9d9eb0f commit fc72b29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ packages/react-native/Libraries/Renderer/*
packages/react-native/Libraries/vendor/**/*
node_modules/
packages/*/node_modules
packages/*/dist
packages/debugger-frontend/dist/**/*
packages/react-native-codegen/lib
tools/eslint/rules/sort-imports.js
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

; Checked-in build output
<PROJECT_ROOT>/packages/debugger-frontend/dist/
<PROJECT_ROOT>/packages/*/dist

[untyped]
.*/node_modules/@react-native-community/cli/.*/.*
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"test-typescript": "dtslint packages/react-native/types",
"test": "jest",
"trigger-react-native-release": "node ./scripts/trigger-react-native-release.js",
"update-lock": "npx yarn-deduplicate"
"update-lock": "npx yarn-deduplicate",
"postinstall": "yarn build"
},
"workspaces": [
"packages/*",
Expand Down
3 changes: 2 additions & 1 deletion packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"dependencies": {
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1"
"nullthrows": "^1.1.1",
"@callstack/out-of-tree-platforms": "0.74.0"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down

0 comments on commit fc72b29

Please sign in to comment.