Skip to content

Commit

Permalink
Upgrade ts emitter version to v0.18.0 (#27626)
Browse files Browse the repository at this point in the history
Upgrade emitter-package and emitter-package-lock
  • Loading branch information
MaryGao authored Nov 2, 2023
1 parent d51f8e1 commit 2b191bd
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .scripts/automation_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm use default
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.11 --typespecEmitter=@azure-tools/typespec-ts
code-gen-pipeline --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.12 --typespecEmitter=@azure-tools/typespec-ts
Loading

0 comments on commit 2b191bd

Please sign in to comment.