From 0c4d8c06df7cc2cb9b6632bd09c47f7731132129 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Wed, 7 Oct 2015 17:23:29 -0600 Subject: [PATCH] only install realm module --- examples/ReactExample/ReactExample.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj b/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj index 71e23678..4b62b0e4 100644 --- a/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj +++ b/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj @@ -608,7 +608,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "rm -rf node_modules/realm\nnpm install"; + shellScript = "rm -rf ./node_modules/realm\nnpm install realm"; }; /* End PBXShellScriptBuildPhase section */