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

CI: use script step to run npm ci

NPM task does not respect globally installed npm
  • Loading branch information
chrmod committed Mar 19, 2019
commit 9bcf134e04a404f3e68e90b303b3dc02f43e7dd1
@@ -27,13 +27,9 @@ steps:
versionSpec: '9.11.2'
- script: npm i -g npm@6.5

- task: Npm@1
- script: npm ci
displayName: 'npm install'
inputs:
command: custom
verbose: false
customCommand: ci


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