Skip to content

Commit

Permalink
fix: πŸ› prevent npm install dependency issue by using force
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 8, 2023
1 parent 7a68b31 commit f1d29ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openrpc-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
working-directory: ./docs/rpc/docs/gatsby
run: |
npm install
npm install --force
npm install gatsby-plugin-ipfs
- name: Build docs
Expand Down

0 comments on commit f1d29ae

Please sign in to comment.