Skip to content

Commit

Permalink
Add command to call tsp compilation for test projects (#4948)
Browse files Browse the repository at this point in the history
This is part of #4947

We could call `npm run generate swagger {project folder}` to run the
compilation.
  • Loading branch information
pshao25 authored Apr 17, 2024
1 parent 977049c commit a76da06
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "Add command to run compilation on test projects",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}
79 changes: 50 additions & 29 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/extensions/openapi-to-typespec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"@types/fs-extra": "^9.0.13",
"chalk": "^4.1.0",
"@azure-tools/typespec-autorest": "^0.39.0",
"@azure-tools/typespec-client-generator-core": "^0.39.0",
"webpack-cli": "~5.1.4",
"webpack": "~5.89.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
Expand Down
Loading

0 comments on commit a76da06

Please sign in to comment.