Skip to content

Commit

Permalink
Merge pull request #52 from cybozu/build-es-packages
Browse files Browse the repository at this point in the history
Add build step for publishing npm packages
  • Loading branch information
sosukesuzuki authored Oct 1, 2023
2 parents ab3461e + d8592de commit a9a14df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Build ES packages
run: make es
- name: Publish to npm
run: ./scripts/release.sh
env:
Expand Down

0 comments on commit a9a14df

Please sign in to comment.