Skip to content

Commit 2e2c681

Browse files
authored
Update build.yml
1 parent 8d0f0bb commit 2e2c681

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
with:
2323
node-version: '20'
2424
cache: 'npm'
25-
- run: npm run compile
2625
- name: Compile TypeSpec
27-
run: tsp compile src/main.tsp --emit @typespec/openapi3
26+
run: npx --yes tsp compile src/main.tsp --emit @typespec/openapi3
2827
- name: Fix OpenAPI
2928
run: ./fixOpenApi.ps1
3029
shell: pwsh
3130
- name: Update docs
32-
uses: test-room-7/action-update-file@v2.0.0
31+
uses: test-room-7/action-update-file@v2.0.0

0 commit comments

Comments
 (0)