Skip to content

Commit

Permalink
Add tsp-client to root package.json (Azure#29803)
Browse files Browse the repository at this point in the history
- Allows devs to run `npx tsp-client` after `npm ci`, with no additional installs
- Pins versions of `tsp-client` and its deps in the root package-lock.json
- Fixes Azure#29686
  • Loading branch information
mikeharder authored Jul 12, 2024
1 parent abd5157 commit 3bcdb0e
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 1 deletion.
172 changes: 172 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"@azure-tools/typespec-azure-core": "0.43.0",
"@azure-tools/typespec-azure-portal-core": "0.43.0",
"@azure-tools/typespec-azure-resource-manager": "0.43.0",
"@azure-tools/typespec-client-generator-core": "0.43.0",
"@azure-tools/typespec-azure-rulesets": "0.43.0",
"@azure-tools/typespec-client-generator-cli": "0.9.2",
"@azure-tools/typespec-client-generator-core": "0.43.0",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.57.0",
"@typespec/http": "0.57.0",
Expand Down

0 comments on commit 3bcdb0e

Please sign in to comment.