Skip to content

Commit

Permalink
[TypeSpec CI] Print versions of all installed packages (#24172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored May 25, 2023
1 parent 737ebd8 commit 3cf2033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/pipelines/typespec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
steps:
- script: npm ci
displayName: npm ci


- script: npm ls -a
displayName: npm ls -a

- template: templates/steps/typespec-ci.yml
parameters:
Folder: specification/contosowidgetmanager/Contoso.WidgetManager
Expand Down

0 comments on commit 3cf2033

Please sign in to comment.