-
Notifications
You must be signed in to change notification settings - Fork 984
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
build: less node_modules recopy from nix #19120
Conversation
Jenkins BuildsClick to see older builds (12)
|
2add473
to
88d7e70
Compare
|
88d7e70
to
8d86f7d
Compare
8d86f7d
to
17c4933
Compare
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.
Thanks for improving this bit @yqrashawn
@yqrashawn : I also saw unit tests fail, I have not verified the |
17c4933
to
1096e6c
Compare
Thanks for the review @siddarthkay doc added and bug fixed. I misspelled |
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.
Neat. But it would make more sense to comment next to the lines the comment affects.
Otherwise you can miss it, or accidentally remove it.
Summary
rebuild clojure nix shell won't break running build after this PR
these files in node_modules always got changed after
make run-ios
(maybe by rn?)skip these file in
nix/scripts/node_modules
yarn install
is used in tests to triggernode-pre-gyp rebuild
formodules/react-native-status/nodejs/bindings.js
changed
yarn install
tonode-pre-gpy rebuild
status: ready