supress node warnings

This commit is contained in:
Harivansh Rathi 2026-03-29 16:07:35 -04:00
parent e7173a7578
commit 16bc13f9ea
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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