I assume it is auto-detected from my project content, but how do I prevent it from running?
In my circle.yml I have “override” instructions in both dependencies and test phases, which I thought from reading the support forum would prevent auto-detected steps from running.
But when I run a build it starts an “npm install” step that I haven’t asked for.