Skip to content

Commit

Permalink
chore: update npm install command to include legacy-peer-deps flag
Browse files Browse the repository at this point in the history
  • Loading branch information
boluwatifee4 committed Jan 21, 2025
1 parent 0008341 commit 9bad7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Step 4: Install dependencies
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

# Step 5: Build all libraries
- name: Build all libraries
Expand Down

0 comments on commit 9bad7f8

Please sign in to comment.