Skip to content

Commit

Permalink
Rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFernandes1410 committed Oct 23, 2022
1 parent 335c321 commit 6aafb44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ assets:
install: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install 16
npm install -g vsce
release:
Expand Down

0 comments on commit 6aafb44

Please sign in to comment.