-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[DiffTrain] Add artifacts for React Native to compiled #26204
Conversation
Comparing: 2cc54b5...fa22b2c Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: (No significant changes) |
b4ea30e
to
1eb7767
Compare
ls -R ./compiled | ||
- name: Move relevant files for React in fbsource into compiled | ||
run: | | ||
BASE_FOLDER='compiled/facebook-fbsource/xplat/js' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mind making this a top level, sibling dir outside of ./compiled
, eg ./compiled-rn
? Reason being that the commit job just pushes the entire compiled dir to www and it'd be easier to separate them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, I can change it. But it is already separated during commit step where only facebook-www folder is synced to react repo. The step for commit support file_pattern
.
fa22b2c
to
e78b26b
Compare
DiffTrain build for commit c57b90f.
No description provided.