Skip to content

Commit 560496f

Browse files
committed
[IDE-606] Attempt fix
1 parent 8e09b57 commit 560496f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: make all
3434
env:
3535
LD_RELEASE_VERSION: ${{ env.VERSION }}
36+
- name: Generate code
37+
run: |
38+
jq '. + {type: "module"}' package.json > package.json.new && mv package.json.new package.json
39+
working-directory: targets/api-client-javascript
3640
- name: Archive targets
3741
run: |
3842
tar czvf api-clients-${{ env.VERSION }}-${{ env.SHORT_SHA }}.tgz api-client-*

0 commit comments

Comments
 (0)