mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
09115012c8
In build_npm_package, the publishing of the bumped template is failing because it's running in sh instead of bash, but using bash syntax. Changelog: [Internal]