Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix monorepo workflow #4273

Merged
merged 8 commits into from
Mar 24, 2023
Merged

Fix monorepo workflow #4273

merged 8 commits into from
Mar 24, 2023

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Mar 24, 2023

Summary

There seems to be a problem with running npx react-native from inside a directory that contains package.json file (see facebook/react-native#34441 (comment)), however I wasn't able to reproduce it locally.

This PR swaps the order of steps, so that npx react-native is run before package.json is created.

Test plan

Just check if CI is green.

@tomekzaw tomekzaw marked this pull request as ready for review March 24, 2023 12:03
@tomekzaw tomekzaw added this pull request to the merge queue Mar 24, 2023
Merged via the queue into main with commit 50e9282 Mar 24, 2023
@tomekzaw tomekzaw deleted the @tomekzaw/fix-monorepo-workflow branch March 24, 2023 14:01
piaskowyk pushed a commit that referenced this pull request Apr 3, 2023
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

There seems to be a problem with running `npx react-native` from inside
a directory that contains package.json file (see
facebook/react-native#34441 (comment)),
however I wasn't able to reproduce it locally.

This PR swaps the order of steps, so that `npx react-native` is run
before package.json is created.

## Test plan

Just check if CI is green.
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

There seems to be a problem with running `npx react-native` from inside
a directory that contains package.json file (see
facebook/react-native#34441 (comment)),
however I wasn't able to reproduce it locally.

This PR swaps the order of steps, so that `npx react-native` is run
before package.json is created.

## Test plan

Just check if CI is green.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants