make: fix build (#10327)
Fixes the `make build` command to ensure that it works. Previously it checked if the env var was set for the nvm dir, but that doesn't guarantee there is a file there. Run the nvm file if it exists after checking that it exists. Can confirm that the build command works for me now locally.
Showing
Please register or sign in to comment