We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dabc9e commit 8d0f0bbCopy full SHA for 8d0f0bb
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: '20'
24
cache: 'npm'
25
- - run: npm ci
+ - run: npm run compile
26
- name: Compile TypeSpec
27
run: tsp compile src/main.tsp --emit @typespec/openapi3
28
- name: Fix OpenAPI
package.json
@@ -2,6 +2,9 @@
2
"name": "graph.community.spclient",
3
"version": "5.3.0",
4
"type": "module",
5
+ "scripts": {
6
+ "compile": "tsp compile src/main.tsp"
7
+ },
8
"peerDependencies": {
9
"@typespec/compiler": "latest",
10
"@typespec/http": "latest",
0 commit comments