DEV: Don't run scripts on pnpm dedupe (#31274)

This commit is contained in:
Jarek Radosz
2025-02-11 13:57:02 +01:00
committed by GitHub
parent beb8dc75e9
commit b290c557b8

View File

@ -31,9 +31,9 @@ jobs:
node-version: 22
- name: pnpm install
run: pnpm install --frozen-lockfile
run: pnpm install --ignore-scripts --frozen-lockfile
- run: pnpm dedupe
- run: pnpm dedupe --ignore-scripts
- name: Git push
run: |