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 8e09b57 commit 560496fCopy full SHA for 560496f
.github/workflows/build.yml
@@ -33,6 +33,10 @@ jobs:
33
run: make all
34
env:
35
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
40
- name: Archive targets
41
run: |
42
tar czvf api-clients-${{ env.VERSION }}-${{ env.SHORT_SHA }}.tgz api-client-*
0 commit comments