mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 14:02:54 +00:00
supress node warnings
This commit is contained in:
parent
e7173a7578
commit
16bc13f9ea
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
export NODE_NO_WARNINGS=1
|
||||||
|
|
||||||
if ! command -v bw >/dev/null 2>&1; then
|
if ! command -v bw >/dev/null 2>&1; then
|
||||||
echo "bw is not installed" >&2
|
echo "bw is not installed" >&2
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
export NODE_NO_WARNINGS=1
|
||||||
|
|
||||||
if ! command -v bw >/dev/null 2>&1; then
|
if ! command -v bw >/dev/null 2>&1; then
|
||||||
echo "bw is not installed" >&2
|
echo "bw is not installed" >&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue