We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70bfa1 commit 786d056Copy full SHA for 786d056
scripts/yarn_install.sh
@@ -5,7 +5,7 @@
5
#
6
# Usage: yarn_install.sh [optional extra flags]
7
8
-set -euo pipefail
+set -eo pipefail
9
10
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
11
PROJECT_ROOT=$(cd "$SCRIPT_DIR" && git rev-parse --show-toplevel)
0 commit comments