We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9235c commit d8a58adCopy full SHA for d8a58ad
1 file changed
.github/workflows/main-rest-clients-build.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: 16
20
- name: Install openapi generator
21
- run: npm install @openapitools/openapi-generator-cli
+ run: npm install -g @openapitools/openapi-generator-cli
22
- name: Build clients
23
working-directory: clients
24
run: ./build-clients.sh
0 commit comments