Skip to content

Commit

Permalink
Force NPM install due to Skeleton/Svelte compatibility
Browse files Browse the repository at this point in the history
Force really shouldn't be used here, but I don't think there is another option. When Skeleton v3 releases it should officially support Svelte 5, so force installing will no longer be necessary.
  • Loading branch information
lonevox committed Aug 7, 2024
1 parent 3f9ee9f commit ef83fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
# TODO: --force should be removed when Skeleton becomes officially compatible with Svelte 5
run: npm install --force

- name: build
env:
Expand Down

0 comments on commit ef83fed

Please sign in to comment.