Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(core): wait for
nvm use
to finish
This solves the underlying problem of builds not working on my machine. Seems the environment isn't fully set after calling `nvm use`, so we have to either `sleep 1` or wait for the process to end (which this change does).
- Loading branch information