Use a Bazel wrapper from the tools directory
masterIf a tools/bazel wrapper is present in your project, Bazelisk will execute it instead of the downloaded Bazel binary.
Supported wrapper types (in order of priority):
tools/bazel.<OSNAME>-<ARCH>[.exe]tools/bazel.<ARCH>[.exe]tools/bazel[.exe]tools/bazel.ps1(Windows PowerShell)tools/bazel.bat(Windows Batch)
Bazelisk sets the BAZEL_REAL environment variable, which the wrapper can use to execute the actual downloaded Bazel binary. To disable this behavior, set BAZELISK_SKIP_WRAPPER to any non-empty value.