Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
yarn
and yarn jest react-native-codegen
works on Windows wit…
…h git (#34854) Summary: A few fixings to make `yarn jest react-native-doegen` works on Windows: - ~~Add a `.gitignore` file to tell git not to track generated/temporary files.~~ - There is no `rm` on Windows, change it to `rimraf`. I have been using it in the last 3 months and it works perfectly on Windows, otherwise I could not even build the code in my laptop. ## Changelog [General] [Changed] - Make `yarn` and `yarn jest react-native-codegen` works on Windows with git Pull Request resolved: #34854 Test Plan: `yarn jest react-native-codegen` passed Reviewed By: cortinico Differential Revision: D40059524 Pulled By: cortinico fbshipit-source-id: e3cde2506c7d18c2b580099257637b90f4cb328c
- Loading branch information