Skip to content

Commit

Permalink
sveltekit.yml: Add --legacy-peer-deps to "npm ci" run, temporarily
Browse files Browse the repository at this point in the history
Skeleton has a peer dependency on Svelte 4 while I am already using
Svelte 5.
  • Loading branch information
anthonyfok committed Jul 3, 2024
1 parent bdd3f47 commit 1ddb4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sveltekit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
if [ -f "${{ github.workspace }}/package.json" ]; then
echo "manager=npm" >> $GITHUB_OUTPUT
echo "command=ci" >> $GITHUB_OUTPUT
echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
echo "lockfile=package-lock.json" >> $GITHUB_OUTPUT
exit 0
Expand Down

0 comments on commit 1ddb4c9

Please sign in to comment.