Skip to content

Commit

Permalink
Add npm install step for TypeSpec Requirement check (Azure#29008)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored May 7, 2024
1 parent d678044 commit be17b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/typespec-requirement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
vmImage: ubuntu-22.04

steps:
- template: /eng/pipelines/templates/steps/npm-install.yml

- pwsh: |
$(Build.SourcesDirectory)/eng/scripts/TypeSpec-Requirement.ps1 -SpecType $(SpecType)
displayName: TypeSpec Requirement
Expand Down

0 comments on commit be17b26

Please sign in to comment.