Skip to content

Commit

Permalink
fix: force clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 authored Jun 22, 2024
1 parent e0f47f9 commit eaf72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gatsby-build-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
run: npm ci --force
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
Expand Down

0 comments on commit eaf72cd

Please sign in to comment.