Commit c85c429
committed
refactor(pip): replace npx with pnpm dlx for external tool execution
Replace npx with pnpm dlx when executing Socket Firewall (sfw) tool
to maintain consistency with pnpm-based toolchain. pnpm dlx provides
the same functionality as npx but stays within the pnpm ecosystem.1 parent 8250ab7 commit c85c429
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments