Skip to content

Commit dfa15ac

Browse files
remove the ruby version file
1 parent b68b589 commit dfa15ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/generate-react-native-fixture.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ if (!process.env.SKIP_GENERATE_FIXTURE) {
111111
// Older RN versions need to be patched to fix the boost download URL
112112
const applyPatch = ['apply', '--ignore-whitespace', resolve(replacementFilesDir, 'patches/react-native-boost.patch')]
113113
execFileSync('git', applyPatch, { cwd: fixtureDir, stdio: 'inherit' })
114+
115+
// remove the ruby version
116+
fs.rmSync(resolve(fixtureDir, '.ruby-version'))
114117
}
115118

116119
// link react-native-navigation using rnn-link tool

0 commit comments

Comments
 (0)