mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
disable node deprecations in upgrade function
This commit is contained in:
parent
beb4f22aaa
commit
10c72dd8a2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
function upgrade --wraps=topgrade
|
||||
set -x NODE_OPTIONS "--no-deprecation"
|
||||
if not bw login --check
|
||||
set -x BW_SESSION (bw login --raw)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue