Skip to content

Commit

Permalink
add yarn run build to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Oct 13, 2023
1 parent 312afb5 commit ed162de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
env:
APITOOLKIT_KEY: ${{ secrets.APITOOLKIT_KEY }}

- run: yarn run build --if-present

# Configure Git
- name: Git configuration
run: |
Expand Down

0 comments on commit ed162de

Please sign in to comment.