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 975addc commit 87d3fb9Copy full SHA for 87d3fb9
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
openapi-generator-cli batch \*.yml
24
cd javascript
25
npm install
26
- npm build
+ npm run build
27
- name: Publish package
28
run: |
29
.github/workflows/test.yml
@@ -15,5 +15,5 @@ jobs:
15
16
17
18
19
0 commit comments