Skip to content

Commit

Permalink
👷 Allowing peer deps to help installation
Browse files Browse the repository at this point in the history
  • Loading branch information
CWDN committed Jul 30, 2024
1 parent 34d5f79 commit 01fe3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-wp-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
run: |
npm ci
npm ci --legacy-peer-deps
npm run build
- name: Composer
Expand Down

0 comments on commit 01fe3b6

Please sign in to comment.