I've been doing it this way:
pipelines:
default:
- step:
script:
- npm install -g yarn
- yarn install
I'm curious to see if i'm missing something here. Whats the difference between using curl versus npm in this case?