Commit ef923b8
committed
ci(docs): use pnpm_config_ignore_scripts env (dlx rejects the flag)
`pnpm dlx --ignore-scripts ...` errors with "Unknown option: 'ignore-
scripts'" — pnpm only honors the flag on `pnpm install`. Set the same
behavior via the `pnpm_config_ignore_scripts=true` env var, which pnpm
reads at runtime. Preserves the postinstall-blocking guarantee against
malicious transitives without changing the command name.1 parent 0515f56 commit ef923b8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments