Skip to content

Commit

Permalink
ci: attempt to resolve doc-components build failure
Browse files Browse the repository at this point in the history
 ci states it is missing dependency @rollup/rollup-linux-x64-gnu
  • Loading branch information
ju-Skinner committed Sep 9, 2024
1 parent f117b6c commit 95e5d21
Show file tree
Hide file tree
Showing 2 changed files with 11,225 additions and 4,779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm ci --legacy-peer-deps --ignore-scripts
run: npm ci --legacy-peer-deps
shell: bash

- name: Update Version
Expand Down
Loading

0 comments on commit 95e5d21

Please sign in to comment.