peridot/hack/frontend_build.sh

13 lines
186 B
Bash
Raw Permalink Normal View History

2022-10-30 08:44:59 +00:00
#!/usr/bin/env bash
set -o errexit
source hack/bazel_setup.sh
2022-11-01 00:14:38 +00:00
hack/get_impacted_targets.sh
2022-10-30 08:44:59 +00:00
2022-11-01 00:14:38 +00:00
return_if_impacted_targets_empty
2022-10-30 08:44:59 +00:00
# Build impacted targets
hack/build_impacted_frontend.sh