How to skip Bower install?

From docs:

If your repository includes a bower.json file in the base directory, we’ll automatically run bower install --config.interactive=false against it to install your Bower dependencies. This is in addition to running any other requisite dependency management commands as described in this doc.

I have a repo, which only includes bower.json for backward compatibility. Is there any way to skip the bower install process?

hmm, i am not sure about the skipping, but if you don’t need the bower file on netlify, could you just not commit it? :thinking: