We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4849 commit aa19c6bCopy full SHA for aa19c6b
.github/workflows/ci.yml
@@ -402,7 +402,7 @@ jobs:
402
run: yarn run postinstall
403
404
- name: Install OpenAPI Generator at root
405
- run: yarn add --dev -W @api-ts/openapi-generator@v5
+ run: yarn add -W @api-ts/openapi-generator@v5
406
407
- name: Download and install vacuum v0.18.1
408
run: |
@@ -417,6 +417,14 @@ jobs:
417
sudo mv vacuum /usr/local/bin/
418
vacuum version
419
420
+ - name: Generate API spec
421
+ working-directory: modules/express
422
+ run: |
423
+ ../../node_modules/.bin/openapi-generator \
424
+ --codec-file openapi-generator.rc.js \
425
+ src/typedRoutes/api/index.ts \
426
+ > api-generated.json
427
+
428
- name: Audit with Vacuum
429
working-directory: modules/express
430
0 commit comments