Skip to content

Commit 3cf2033

Browse files
authored
[TypeSpec CI] Print versions of all installed packages (#24172)
1 parent 737ebd8 commit 3cf2033

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/pipelines/typespec-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
steps:
2424
- script: npm ci
2525
displayName: npm ci
26-
26+
27+
- script: npm ls -a
28+
displayName: npm ls -a
29+
2730
- template: templates/steps/typespec-ci.yml
2831
parameters:
2932
Folder: specification/contosowidgetmanager/Contoso.WidgetManager

0 commit comments

Comments
 (0)