I was trying to do some Makefile automation with firebase-cli. However, I found that firebase
is not found in Makefile
make: firebase: No such file or directory
when I tried which firebase
in terminal and it returned an empty result and hence I don't know its path. I am with MacOS and install firebase-cli with npm install -g firebase-tools
. firebase
command work nicely in terminal by itself. I checked according to this answer to checked globally installed packages but firebase is not there.
How could I run firebase binary in a Makefile?