mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:07:17 +08:00
DEV: Don't run scripts on pnpm dedupe
(#31274)
This commit is contained in:
4
.github/workflows/dependabot-pnpm-dedupe.yml
vendored
4
.github/workflows/dependabot-pnpm-dedupe.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user