diff --git a/scripts/render-bw-shell-secrets.sh b/scripts/render-bw-shell-secrets.sh index a0dc7f5..919322b 100755 --- a/scripts/render-bw-shell-secrets.sh +++ b/scripts/render-bw-shell-secrets.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -euo pipefail +export NODE_NO_WARNINGS=1 if ! command -v bw >/dev/null 2>&1; then echo "bw is not installed" >&2 diff --git a/scripts/restore-bw-files.sh b/scripts/restore-bw-files.sh index 934f56f..7394f1b 100755 --- a/scripts/restore-bw-files.sh +++ b/scripts/restore-bw-files.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -euo pipefail +export NODE_NO_WARNINGS=1 if ! command -v bw >/dev/null 2>&1; then echo "bw is not installed" >&2