Skip to content
This repository has been archived by the owner. It is now read-only.

Fixing telemetry + cocoapods setup #265

Merged
merged 9 commits into from Mar 20, 2019

run npm ci while running in CI

  • Loading branch information
chrmod committed Mar 19, 2019
commit fc0521c6f1a4d65f815a5b76cf99fb0b7e0f8a97
@@ -29,7 +29,9 @@ steps:
- task: Npm@1
displayName: 'npm install'
inputs:
command: 'install'
command: custom
verbose: false
customCommand: ci

- task: CocoaPods@0
displayName: 'pod install --repo-update'
ProTip! Use n and p to navigate between commits in a pull request.