Skip to content

Commit 22290ea

Browse files
authored
Do not use sudo for npm install in typespec automation init (Azure#24567)
1 parent 9cafdf2 commit 22290ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/automation_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ else
7878
fi
7979

8080
echo Install tsp-client
81-
sudo npm install -g @azure-tools/[email protected] 2>&1
81+
npm install -g @azure-tools/[email protected] 2>&1

0 commit comments

Comments
 (0)