Skip to content

Commit

Permalink
Use -f
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjappinen committed Oct 21, 2023
1 parent af6ced0 commit f6f8b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
- name: Install dependencies
id: install
shell: bash
run: npm install
run: npm install -f

- name: Publish to npm
id: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
# Install
- name: Install dependencies
shell: bash
run: npm install
run: npm install -f

# Run script
- name: Run script
Expand Down

0 comments on commit f6f8b2e

Please sign in to comment.