We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57233a4 commit 919ebb9Copy full SHA for 919ebb9
setup.js
@@ -30,7 +30,6 @@ const execOptions = {stdio: 'inherit'}
30
31
console.log('🔄 Please wait...\n')
32
33
-packageJson.scripts.start = `${packageJson.scripts.start} --config ../../../../rn-cli.config.js`
34
packageJson.jest = Object.assign(packageJson.jest, jestConfig)
35
writeFile('package.json', JSON.stringify(packageJson, null, 2))
36
0 commit comments