diff --git a/development/attributions-check.sh b/development/attributions-check.sh index 56ae63e7e1d3..15424e81b889 100755 --- a/development/attributions-check.sh +++ b/development/attributions-check.sh @@ -1,4 +1,9 @@ #!/bin/bash + +set -e +set -u +set -o pipefail + yarn attributions:generate ATTRIBUTIONS_FILE="./attribution.txt"