mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-14 01:41:23 +00:00
8 lines
131 B
Bash
8 lines
131 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -o errexit
|
||
|
|
||
|
source hack/bazel_setup.sh
|
||
|
|
||
|
$BAZEL_B $($BAZEL_QR "attr(tags, 'resf_frontend_bundle', //...)")
|