Can you please tell me what I’m doing wrong with https://github.com/cncf/svg-autocrop/blob/master/.circle-ci/config.yml
Why does it run npm install instead of yarn install?
See the tries on https://circleci.com/gh/cncf/svg-autocrop
Can you please tell me what I’m doing wrong with https://github.com/cncf/svg-autocrop/blob/master/.circle-ci/config.yml
Why does it run npm install instead of yarn install?
See the tries on https://circleci.com/gh/cncf/svg-autocrop
It’s not using the config file right now. You need to change your folder from .circle-ci to .circleci all together. From there it should pickup your config and run.
Thank you! This resolved my issue.