Skip to content

Commit

Permalink
Make sure a user is logged into npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 29, 2022
1 parent d0ec812 commit 60e9cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ cd "${0%/*}"
# Ensure the correct version of Node is setup.
export NVM_DIR=$HOME/.nvm;
source $NVM_DIR/nvm.sh;

nvm use

# Ensure an npm user is logged in.
npm whoami

OLD_BETA=26
NEW_BETA=27

Expand Down

0 comments on commit 60e9cf8

Please sign in to comment.