Skip to content

Commit

Permalink
👷 remove ignore-scripts flag in action
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jan 24, 2025
1 parent eaa25ad commit 4ad8907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ runs:
cache: npm

- name: Install dependencies
run: npm ci --ignore-scripts
run: npm ci
shell: bash

0 comments on commit 4ad8907

Please sign in to comment.