only install realm module

This commit is contained in:
Ari Lazier 2015-10-07 17:23:29 -06:00
parent 131123ff9a
commit 0c4d8c06df

View File

@ -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 */