You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Allow setting of node binary arguments via NODE_ARGS env var (#395)
Example usage:
`env NODE_ARGS="--max-old-space-size=4096" code-push release-react APP_NAME ios`
I couldn't find anywhere else secondary node processes are being spawned, but happy to add this functionality to those places as well.
Issue #215
0 commit comments