Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
remove force flag from npm install command in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mapachurro committed Jul 2, 2024
1 parent b24a69c commit 45a8878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
run: npm install -f
run: npm install

- name: Build project
run: npm run build
Expand Down

0 comments on commit 45a8878

Please sign in to comment.