diff --git a/.circleci/scripts/deps-install.sh b/.circleci/scripts/deps-install.sh index 605eb8593..c8b15e29b 100755 --- a/.circleci/scripts/deps-install.sh +++ b/.circleci/scripts/deps-install.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash + +# Print commands and their arguments as they are executed. set -x +# Exit immediately if a command exits with a non-zero status. +set -e yarn --frozen-lockfile --ignore-scripts --har