Skip to content

Commit

Permalink
chore: Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Teixeira authored Nov 16, 2023
1 parent a9c6cb5 commit 6eb0ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ phases:
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- export NVM_DIR="$HOME/.nvm"
- source "$NVM_DIR/nvm.sh" # Carrega o NVM
- nvm -v # Verifica se o nvm está disponível
- command -v nvm # Verifica se o nvm está disponível
- rm -rf "$NVM_DIR" # Remove o diretório nvm
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # Instala o nvm novamente
- export NVM_DIR="$HOME/.nvm"
Expand Down

0 comments on commit 6eb0ba4

Please sign in to comment.