File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ sudo npm install -g n
10
10
sudo n 18.19.0
11
11
export PATH=/usr/local/n/versions/node/18.19.0/bin:$PATH
12
12
13
+
14
+ # install tsp-client globally (local install may interfere with tooling)
15
+ echo Install tsp-client
16
+ npm install -g @azure-tools/typespec-client-generator-cli
17
+
13
18
TEMP_FILE=" $TMPDIR /venv-sdk/auto_temp.json"
14
19
# generate code
15
20
python -m packaging_tools.sdk_generator " $1 " " $TEMP_FILE " 2>&1
Original file line number Diff line number Diff line change @@ -15,9 +15,5 @@ export PATH
15
15
python -m pip install -U pip
16
16
python scripts/dev_setup.py -p azure-core
17
17
18
- # install tsp-client globally (local install may interfere with tooling)
19
- echo Install tsp-client
20
- npm install -g @azure-tools/typespec-client-generator-cli
21
-
22
18
echo " {}" >> $2
23
19
echo " [Generate] init success!!!"
You can’t perform that action at this time.
0 commit comments