Skip to content

Commit a020048

Browse files
authored
Merge pull request #241 from kazrael2119/remove-nvm-installation-for-automation
Remove nvm installation for automation
2 parents 89635fe + 2e7e1f1 commit a020048

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.scripts/automation_generate.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
export NVM_DIR="$HOME/.nvm"
3-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
4-
nvm use default
52

63
cd ..
74

.scripts/automation_init.sh

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

0 commit comments

Comments
 (0)