| 
				
			 | 
			
			
				@@ -6,7 +6,8 @@ const release = _.includes(process.argv, 'release'); 
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				 function buildProjForDetox() { 
			 | 
		
	
		
			
			| 
				7
			 | 
			
				7
			 | 
			
			
				   const scheme = release ? `playground_release` : `playground`; 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				9
			 | 
			
				
			 | 
			
			
				-  const cmd = `cd ./playground/ios && xcodebuild 
			 | 
		
	
		
			
			| 
				
			 | 
			
				9
			 | 
			
			
				+  const cmd = `RCT_NO_LAUNCH_PACKAGER=true 
			 | 
		
	
		
			
			| 
				
			 | 
			
				10
			 | 
			
			
				+            cd ./playground/ios && xcodebuild 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				11
			 | 
			
			
				             -scheme ${scheme} 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				12
			 | 
			
			
				             ${release ? 'clean build' : 'build'} 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				13
			 | 
			
			
				             -project playground.xcodeproj 
			 |