Skip to content

Commit

Permalink
Fix node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat authored Feb 28, 2024
1 parent 65de74e commit 3c51d9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Install js openapi-generator client
run: npm install @openapitools/[email protected] -g
- name: Generate js code from openapi
run: bash scripts/dev/generate-client-code-from-openapi.sh
run:
cd ../..
bash scripts/dev/generate-client-code-from-openapi.sh
- name: Clean and install dependencies
run: npm ci
- name: Build js app
Expand Down

0 comments on commit 3c51d9c

Please sign in to comment.