peridot/hack/build_all_frontends.sh
2022-10-30 09:54:07 +01:00

8 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
source hack/bazel_setup.sh
$BAZEL_B $($BAZEL_QR "attr(tags, 'resf_frontend_bundle', //...)")