add missing npm install command to docs flow

This commit is contained in:
Pascal Fischer
2023-06-17 12:37:30 +02:00
parent 8af6c3d336
commit c25f35b422

View File

@@ -24,6 +24,9 @@ jobs:
- name: Install swagger-codegen
run: brew install swagger-codegen
- name: Npm install
run: npm install
- name: Generate api pages for netbird main openapi definition
run: |
swagger-codegen generate -i https://raw.githubusercontent.com/netbirdio/netbird/v${{ steps.semver_parser.outputs.fullversion }}/management/server/http/api/openapi.yml -l openapi -o generator/openapi