You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables can be any case but using uppercase generally means they came
out of the environment.
Even `BUILD_DIR` here should be lowercase as it's a local var (possibly
set from an env var).
0 commit comments