Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Jan 10, 2025
1 parent 141f216 commit 433a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies to be able to build
run: pnpm install --legacy-peer-deps
run: pnpm install --strict-peer-dependencies=false

- name: Build
run: CI=false pnpm run build
Expand Down

0 comments on commit 433a6b6

Please sign in to comment.