I am new to Bazel and running my first build command bazel build //path-to-code
however it logs/prints nothing on the terminal. I tried verbose, explain etc options but none of them worked.
Can someone help me debug this? Any pointer to exiting similar posts would also be helpful.