Skip to content

Commit

Permalink
Add packages/react-animation as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-mm committed Jun 30, 2023
1 parent 86f8d91 commit 7c697cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
- name: Build dependencies
if: github.event.inputs.config == 'packages/react-transition-presence'
run: |
npm run build -w packages/react-animation
- name: Build
run: |
npm run build -w packages/${{ github.event.inputs.config }}
Expand Down

0 comments on commit 7c697cf

Please sign in to comment.