mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +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
|
||||
set -euo pipefail
|
||||
export NODE_NO_WARNINGS=1
|
||||
|
||||
if ! command -v bw >/dev/null 2>&1; then
|
||||
echo "bw is not installed" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue