Skip to content

Commit

Permalink
Adding missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosGamero committed Mar 21, 2024
1 parent c316873 commit 0f9e3f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api-common.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: npm install
working-directory: ${{ env.WORKING_DIRECTORY }}

- name: Build Package
run: npm run build
working-directory: ${{ env.WORKING_DIRECTORY }}

- name: Setup git config
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 0f9e3f4

Please sign in to comment.