Skip to content

Commit

Permalink
Merge pull request #241 from kazrael2119/remove-nvm-installation-for-…
Browse files Browse the repository at this point in the history
…automation

Remove nvm installation for automation
  • Loading branch information
wanlwanl authored Aug 13, 2024
2 parents 89635fe + 2e7e1f1 commit a020048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm use default

cd ..

Expand Down
6 changes: 1 addition & 5 deletions .scripts/automation_init.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install v18.15.0
nvm alias default node
npm install -g @azure-tools/typespec-client-generator-cli
npm install -g @microsoft/rush@5.92.0
npm install -g pnpm

0 comments on commit a020048

Please sign in to comment.