Skip to content

Commit 87d3fb9

Browse files
committed
fix: npm build invocation
1 parent 975addc commit 87d3fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
openapi-generator-cli batch \*.yml
2424
cd javascript
2525
npm install
26-
npm build
26+
npm run build
2727
- name: Publish package
2828
run: |
2929
cd javascript

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
openapi-generator-cli batch \*.yml
1616
cd javascript
1717
npm install
18-
npm build
18+
npm run build
1919

0 commit comments

Comments
 (0)