Skip to content

Commit 919ebb9

Browse files
authored
Update setup.js
removed start script config parameter as it seems to work just fine without
1 parent 57233a4 commit 919ebb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const execOptions = {stdio: 'inherit'}
3030

3131
console.log('🔄 Please wait...\n')
3232

33-
packageJson.scripts.start = `${packageJson.scripts.start} --config ../../../../rn-cli.config.js`
3433
packageJson.jest = Object.assign(packageJson.jest, jestConfig)
3534
writeFile('package.json', JSON.stringify(packageJson, null, 2))
3635

0 commit comments

Comments
 (0)