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: change permission in launchPackager.command when building packages #1904

Conversation

szymonrybczak
Copy link
Collaborator

Summary:

By default the permission is 0o777, but the launchPackager.command needs to have 0o755 to launch correctly.

Test Plan:

Run yarn build and check the permission for the file packages/cli-plugin-metro/build/launchPackager.command. This file needs to have -rwxr-xr-x to launch correctly.

Copy link
Collaborator

@adamTrz adamTrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch! 🏅

@adamTrz adamTrz merged commit 6fd0e2e into react-native-community:main Apr 7, 2023
thymikee pushed a commit that referenced this pull request Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants