We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17774e commit e77f34dCopy full SHA for e77f34d
.github/workflows/openapi-gh-pages.yml
@@ -36,7 +36,7 @@ jobs:
36
cache: 'npm'
37
- run: npm ci
38
- name: Compile TypeSpec
39
- run: tsp compile src/main.tsp --emit @typespec/openapi3
+ run: npx --yes tsp compile src/main.tsp --emit @typespec/openapi3
40
- name: Fix OpenAPI
41
run: ./fixOpenApi.ps1
42
shell: pwsh
0 commit comments