From docs:
If your repository includes a
bower.jsonfile in the base directory, we’ll automatically runbower install --config.interactive=falseagainst 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?
