Skip to content

Commit 9b1be73

Browse files
jrjohnsonstopfstedt
authored andcommitted
Ignore Scripts on Dedupe
Just like install, dedupe also needs this flag.
1 parent 79a5c9c commit 9b1be73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-transitive-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
rm pnpm-lock.yaml
2222
pnpm install --fix-lockfile --ignore-scripts
23-
pnpm dedupe
23+
pnpm dedupe --ignore-scripts
2424
- name: Create Pull Request
2525
id: cpr
2626
uses: peter-evans/create-pull-request@v8

0 commit comments

Comments
 (0)