Skip to content

Commit

Permalink
Remove Node installation from Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
khoren93 committed Aug 9, 2019
1 parent ea1486b commit b34b437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ platform :ios do

desc "Install all libraries"
lane :setup do
sh("brew install node") # install node
sh("npm install -g apollo") # install apollo
cocoapods # install pods
end
Expand Down

0 comments on commit b34b437

Please sign in to comment.