Skip to content

Commit

Permalink
fix: install base dependencies when running changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 6, 2024
1 parent 4a0e8f0 commit 2752585
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ jobs:
- name: Setup node
uses: ./.github/actions/setup-nodejs
if: ${{ steps.files-changed.outputs.contracts-changeset == 'true' }}


- name: Install base dependencies
if: ${{ steps.files-changed.outputs.contracts-changeset == 'true' }}
run: pnpm i

- name: Validate changeset files
if: ${{ steps.files-changed.outputs.contracts-changeset == 'true' }}
working-directory: contracts
Expand Down

0 comments on commit 2752585

Please sign in to comment.